From baf65952f6ea75e613fb2281ff061afbda1dc699 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 21:40:39 -0400 Subject: [PATCH] comment shit out of eval --- src/commands/eval.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/eval.ts b/src/commands/eval.ts index 23a40cc..e6b05db 100644 --- a/src/commands/eval.ts +++ b/src/commands/eval.ts @@ -28,11 +28,13 @@ export default class Eval extends Command { output = error.stack; } + /* if (output) { output = output.replace(RegExp(this.client.config.prefix, 'gi'), 'juul'); output = output.replace(RegExp(this.client.config.emailPass, 'gi'), 'juul'); output = output.replace(RegExp(this.client.config.cloudflare, 'gi'), 'juul'); } + */ const display = this.client.util.splitString(output, 1975); if (display[5]) {