diff options
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 = { |
