From e30e7ba21072f5ea05f79e7775f596fb16dfb1ea Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 9 Sep 2024 22:38:03 +0200 Subject: [PATCH] Removed unused import --- src/commands/staff/updateall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/staff/updateall.ts b/src/commands/staff/updateall.ts index 82d90cc..560d848 100644 --- a/src/commands/staff/updateall.ts +++ b/src/commands/staff/updateall.ts @@ -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"