mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Italicize all question commands
This commit is contained in:
@@ -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)]}
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user