mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = class SlotsCommand extends Command {
|
|||||||
const slotOne = Math.floor(Math.random() * slots.length);
|
const slotOne = Math.floor(Math.random() * slots.length);
|
||||||
const slotTwo = Math.floor(Math.random() * slots.length);
|
const slotTwo = Math.floor(Math.random() * slots.length);
|
||||||
const slotThree = Math.floor(Math.random() * slots.length);
|
const slotThree = Math.floor(Math.random() * slots.length);
|
||||||
return msg.reply(stripIndents`
|
return msg.say(stripIndents`
|
||||||
**[ 🎰 | SLOTS ]**
|
**[ 🎰 | SLOTS ]**
|
||||||
------------------
|
------------------
|
||||||
${this.wrapSlots(slotOne, false)} : ${this.wrapSlots(slotTwo, false)} : ${this.wrapSlots(slotThree, false)}
|
${this.wrapSlots(slotOne, false)} : ${this.wrapSlots(slotTwo, false)} : ${this.wrapSlots(slotThree, false)}
|
||||||
|
|||||||
Reference in New Issue
Block a user