From 29cebebc18e9570b699caef8ebb04f4d3934722d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 2 Sep 2021 19:49:21 -0400 Subject: clean up --- src/commands/dev/eval.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/commands/dev') 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 */ -- cgit