From d63d2d1296c4981321149045350d208974daa430 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 24 Sep 2017 15:39:12 -0400 Subject: Minor updates on ab:say --- commands/eval.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'commands/eval.js') diff --git a/commands/eval.js b/commands/eval.js index 2716cb8..a2cdbb4 100644 --- a/commands/eval.js +++ b/commands/eval.js @@ -51,11 +51,11 @@ const argseval = message.content.split(" ").slice(1); { name: '**Output**', value: `\`\`\`js\n${clean(evaled)}\n\`\`\`` - } - ], - } - }) - } + } + ], + } + }) + } } exports.conf = { -- cgit v1.2.3