Fixing file paths for imports

This commit is contained in:
2024-10-27 13:43:30 +01:00
parent d1cc3be0b3
commit edb421fa04
22 changed files with 23 additions and 23 deletions

View File

@@ -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"