mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +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 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)}
|
||||
|
||||
Reference in New Issue
Block a user