Removed unused import

This commit is contained in:
2024-09-09 22:38:03 +02:00
parent 7655768c30
commit e30e7ba210

View File

@@ -1,5 +1,5 @@
import { embedColor, hypixelGuildID } from "config/options.js"
import { ChannelType, ChatInputCommandInteraction, GuildMember, TextChannel } from "discord.js"
import { ChannelType, ChatInputCommandInteraction, GuildMember } from "discord.js"
import { IGuildData } from "interfaces"
import verify from "schemas/verifyTag.js"
import env from "utils/Env.js"