From f5c2b7b946487c2828365cc63bc6f471dd6cfc2f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 30 Jul 2021 13:04:24 -0400 Subject: clean up and fix stuff --- src/listeners/other/consoleListener.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/listeners/other') 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); -- cgit