diff options
Diffstat (limited to 'lib/utils/Arg.ts')
-rw-r--r-- | lib/utils/Arg.ts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/utils/Arg.ts b/lib/utils/Arg.ts index 99060fb..80ca878 100644 --- a/lib/utils/Arg.ts +++ b/lib/utils/Arg.ts @@ -1,10 +1,4 @@ -import { - type BaseBotArgumentType, - type BotArgumentType, - type BotArgumentTypeCaster, - type CommandMessage, - type SlashMessage -} from '#lib'; +import type { BaseBotArgumentType, BotArgumentType, BotArgumentTypeCaster, CommandMessage, SlashMessage } from '#lib'; import { Argument, type Command, type Flag, type ParsedValuePredicate } from 'discord-akairo'; import { type Message } from 'discord.js'; |