mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Beep beep
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class MagicConchCommand extends Command {
|
||||
|
||||
run(msg, { question }) {
|
||||
return msg.say(stripIndents`
|
||||
Question: ${question}
|
||||
${question}
|
||||
🐚 ${answers[Math.floor(Math.random() * answers.length)]} 🐚
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user