diff options
Diffstat (limited to 'src/commands/dev')
-rw-r--r-- | src/commands/dev/eval.ts | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/commands/dev/eval.ts b/src/commands/dev/eval.ts index 3bc2eed..cbc6518 100644 --- a/src/commands/dev/eval.ts +++ b/src/commands/dev/eval.ts @@ -99,20 +99,23 @@ export default class EvalCommand extends BushCommand { { ActivePunishment, Global, Guild, Level, ModLog, StickyRole } = await import('@lib'), { ButtonInteraction, + Collection, Collector, CommandInteraction, + ContextMenuInteraction, + DMChannel, + Emoji, Interaction, + InteractionCollector, Message, MessageActionRow, MessageAttachment, MessageButton, MessageCollector, - InteractionCollector, MessageEmbed, MessageSelectMenu, ReactionCollector, - Util, - Collection + Util } = await import('discord.js'), { Canvas } = await import('canvas'); /* eslint-enable @typescript-eslint/no-unused-vars */ |