update eval code

master
Matthew 2023-02-12 13:16:04 -05:00
parent 4f07d6ece2
commit 81e7f3cc14
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ export default class Eval extends Command {
} }
} }
return display.forEach((m) => ctx.message.channel.createMessage(`\`\`\`js\n${m}\n\`\`\``)); return display.forEach((m) => ctx.uniCreateMessage(`\`\`\`js\n${m}\n\`\`\``));
} }
} }