Beep beep

This commit is contained in:
Daniel Odendahl Jr
2017-10-10 15:56:45 +00:00
parent 8a90a58846
commit 04888c3a1c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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)]} 🐚
`);
}