From e67307a6bdf8991fb8e4fce72c560371c03e8fbd Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 23 Mar 2025 15:05:44 +0100 Subject: [PATCH] Removbed unused import --- src/commands/staff.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/staff.ts b/src/commands/staff.ts index 40fb2ee..f970f86 100644 --- a/src/commands/staff.ts +++ b/src/commands/staff.ts @@ -1,4 +1,4 @@ -import { InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, SlashCommandSubcommandBuilder } from "discord.js" +import { InteractionContextType, PermissionFlagsBits, SlashCommandBuilder } from "discord.js" import { devMessage, embedColor } from "~/config/options" import { ICommand } from "~/typings" import beast, { beastSub } from "./staff/beast"