Italicize all question commands

This commit is contained in:
Dragon Fire
2021-01-19 22:08:53 -05:00
parent 8cb34b60a5
commit 47bd4131c2
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class OpinionCommand extends Command {
run(msg, { question }) {
return msg.say(stripIndents`
${question}
_${question}_
${opinions[Math.floor(Math.random() * opinions.length)]}
`);
}