aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 18:20:00 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 18:20:00 -0500
commitf43114a42d5d5931fbf6037be44160f37e7dc55a (patch)
tree8379382211e048e03b0b70167dcf4acac312de46 /commands/Owners Only
parent4306933c08f8a868aea14147a0f2db7cdfa9b628 (diff)
parente989ecd2b46470de8eb2b4c1a252718a98d3d96a (diff)
downloadPokeBot-f43114a42d5d5931fbf6037be44160f37e7dc55a.tar.gz
PokeBot-f43114a42d5d5931fbf6037be44160f37e7dc55a.tar.bz2
PokeBot-f43114a42d5d5931fbf6037be44160f37e7dc55a.zip
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/Owners Only')
-rw-r--r--commands/Owners Only/eval.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js
index f26ba3a..062635f 100644
--- a/commands/Owners Only/eval.js
+++ b/commands/Owners Only/eval.js
@@ -26,7 +26,7 @@ exports.run = async (bot, msg, args) => {
.setAuthor('Eval Error')
.setDescription('Eval\'s result')
.addField(':inbox_tray: Input:', `\`\`\`js\n${code}\n\`\`\``)
- .addField(':outbox_tray: Output:', `\`\`\`${err.stack}\`\`\``)
+ .addField(':outbox_tray: Output:', `\`\`\`${err}\`\`\``)
.setFooter('Eval', bot.user.avatarURL)
.setColor('RED');
return msg.channel.send({ embed });
@@ -47,7 +47,7 @@ exports.run = async (bot, msg, args) => {
.setAuthor('Eval Error')
.setDescription('Eval\'s result')
.addField(':inbox_tray: Input:', `\`\`\`js\n${code}\n\`\`\``)
- .addField(':outbox_tray: Output:', `\`\`\`${err.stack}\`\`\``)
+ .addField(':outbox_tray: Output:', `\`\`\`${err}\`\`\``)
.setFooter('Eval', bot.user.avatarURL)
.setColor('RED');
return msg.channel.send({ embed });