mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Italicize all question commands
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class YesNoCommand extends Command {
|
||||
|
||||
run(msg, { question }) {
|
||||
return msg.say(stripIndents`
|
||||
${question}
|
||||
_${question}_
|
||||
${answers[Math.floor(Math.random() * answers.length)]}
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user