mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix slots not accepting wins
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class SlotsCommand extends Command {
|
||||
|
||||
${this.wrapSlots(slotOne, true)} : ${this.wrapSlots(slotTwo, true)} : ${this.wrapSlots(slotThree, true)}
|
||||
------------------
|
||||
| : : : **${slotOne === slotTwo === slotThree ? 'WIN!' : 'LOST'}** : : : |
|
||||
| : : : **${slotOne === slotTwo && slotOne === slotThree ? 'WIN!' : 'LOST'}** : : : |
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user