Fixing file paths for imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { GuildMember, InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, userMention } from "discord.js"
|
||||
import { getVerify, removeVerify } from "src/drizzle/functions"
|
||||
import { getVerify, removeVerify } from "src/drizzle/functions.js"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { ICommand } from "~/interfaces"
|
||||
import logToChannel from "~/utils/Functions/logtochannel.js"
|
||||
|
||||
Reference in New Issue
Block a user