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"