mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 22:27:44 +02:00
Beep beep
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class EightBallCommand 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