mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 09:51:58 -05:00
sdafasdfsadfasdfasdfsdfas
This commit is contained in:
parent
2ccb9363cd
commit
998cfc7af2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ exports.run = async (bot, msg, args) => {
|
||||||
.setAuthor('Eval Success')
|
.setAuthor('Eval Success')
|
||||||
.setDescription('Eval\'s result')
|
.setDescription('Eval\'s result')
|
||||||
.addField(':inbox_tray: Input:', `\`\`\`js\n${code}\n\`\`\``)
|
.addField(':inbox_tray: Input:', `\`\`\`js\n${code}\n\`\`\``)
|
||||||
.addField(':outbox_tray: Output:', `\`\`\`js\n${toExecute()}\n\`\`\``)
|
.addField(':outbox_tray: Output:', `\`\`\`js\n${response}\n\`\`\``)
|
||||||
.setFooter('Eval', bot.user.avatarURL)
|
.setFooter('Eval', bot.user.avatarURL)
|
||||||
.setColor('GREEN');
|
.setColor('GREEN');
|
||||||
return msg.channel.send({ embed });
|
return msg.channel.send({ embed });
|
||||||
|
|
Loading…
Add table
Reference in a new issue