diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
commit | f5c2b7b946487c2828365cc63bc6f471dd6cfc2f (patch) | |
tree | b225533c2858105b85ba118588954d9cb1ee9781 /src/listeners/other | |
parent | 1c6d451ffd63f9805b978e8565807e8a6b528681 (diff) | |
download | tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.gz tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.bz2 tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.zip |
clean up and fix stuff
Diffstat (limited to 'src/listeners/other')
-rw-r--r-- | src/listeners/other/consoleListener.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/listeners/other/consoleListener.ts b/src/listeners/other/consoleListener.ts index 4e72ec9..6d548ba 100644 --- a/src/listeners/other/consoleListener.ts +++ b/src/listeners/other/consoleListener.ts @@ -34,8 +34,7 @@ export default class ConsoleListener extends BushListener { ReactionCollector, Util, Collection - } = await import('discord.js'), - { Canvas } = await import('node-canvas'); + } = await import('discord.js'); try { const input = line.replace('eval ', '').replace('ev ', ''); let output = eval(input); |