diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-02 19:49:21 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-02 19:49:21 -0400 |
commit | 29cebebc18e9570b699caef8ebb04f4d3934722d (patch) | |
tree | 15a47fb5bea3839098d7700b48ad0f8b33eb13fa /src/commands/dev | |
parent | 39927eb63081eb8120f75ad38bc336bb48d0f2a7 (diff) | |
download | tanzanite-29cebebc18e9570b699caef8ebb04f4d3934722d.tar.gz tanzanite-29cebebc18e9570b699caef8ebb04f4d3934722d.tar.bz2 tanzanite-29cebebc18e9570b699caef8ebb04f4d3934722d.zip |
clean up
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 */ |