This commit is contained in:
Dragon Fire
2020-06-02 00:04:04 -04:00
parent 765c7e2b63
commit 7eca31e330
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class SlotsCommand extends Command {
const slotOne = Math.floor(Math.random() * slots.length);
const slotTwo = Math.floor(Math.random() * slots.length);
const slotThree = Math.floor(Math.random() * slots.length);
return msg.reply(stripIndents`
return msg.say(stripIndents`
**[ 🎰 | SLOTS ]**
------------------
${this.wrapSlots(slotOne, false)} : ${this.wrapSlots(slotTwo, false)} : ${this.wrapSlots(slotThree, false)}