mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Italicize all question commands
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class MagicConchCommand 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