From d9eab29ab1f4e3a0ccbc299c8a2c0c6624d2f6cc Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 3 Oct 2017 18:00:22 -0400 Subject: Minor updates on ab:say (#7) --- 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