Cleaned up imports

This commit is contained in:
2024-10-25 20:00:52 +02:00
parent f2aa84f8a5
commit c94b0ff36e
22 changed files with 0 additions and 43 deletions

View File

@@ -1,8 +1,5 @@
import { GuildMember, InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, userMention } from "discord.js"
import { eq } from "drizzle-orm"
import db from "src/drizzle/db.js"
import { getVerify, removeVerify } from "src/drizzle/functions"
import { verifies } from "src/drizzle/schema.js"
import { devMessage, embedColor } from "~/config/options.js"
import { ICommand } from "~/interfaces"
import logToChannel from "~/utils/Functions/logtochannel.js"