Removbed unused import

This commit is contained in:
2025-03-23 15:05:44 +01:00
parent 62a56e3c1c
commit e67307a6bd

View File

@@ -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 { devMessage, embedColor } from "~/config/options"
import { ICommand } from "~/typings" import { ICommand } from "~/typings"
import beast, { beastSub } from "./staff/beast" import beast, { beastSub } from "./staff/beast"