diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-10-03 18:00:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 18:00:22 -0400 |
| commit | d9eab29ab1f4e3a0ccbc299c8a2c0c6624d2f6cc (patch) | |
| tree | 081ca559e68beb0c70361aebea05e0b3a14fcc7f /commands/eval.js | |
| parent | 4840622368fdabb07ea53386fbe6ec08074d5bca (diff) | |
| download | AleeBot-d9eab29ab1f4e3a0ccbc299c8a2c0c6624d2f6cc.tar.gz AleeBot-d9eab29ab1f4e3a0ccbc299c8a2c0c6624d2f6cc.tar.bz2 AleeBot-d9eab29ab1f4e3a0ccbc299c8a2c0c6624d2f6cc.zip | |
Minor updates on ab:say (#7)
Diffstat (limited to 'commands/eval.js')
| -rw-r--r-- | commands/eval.js | 10 |
1 files changed, 5 insertions, 5 deletions
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 = { |
