Changed import alias
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { devMessage, embedColor } from "config/options.js"
|
||||
import {
|
||||
ActionRowBuilder,
|
||||
ButtonBuilder,
|
||||
@@ -9,7 +8,8 @@ import {
|
||||
SlashCommandBuilder,
|
||||
TextChannel
|
||||
} from "discord.js"
|
||||
import { ICommand } from "interfaces"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { ICommand } from "~/interfaces"
|
||||
|
||||
export default {
|
||||
name: "setup",
|
||||
|
||||
Reference in New Issue
Block a user