mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 01:42:01 -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')
|
||||
.setDescription('Eval\'s result')
|
||||
.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)
|
||||
.setColor('GREEN');
|
||||
return msg.channel.send({ embed });
|
||||
|
|
Loading…
Reference in a new issue