diff --git a/commands/games-sp/slots.js b/commands/games-sp/slots.js index b68c55e8..178fbba1 100644 --- a/commands/games-sp/slots.js +++ b/commands/games-sp/slots.js @@ -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'}** : : : | `); } diff --git a/package.json b/package.json index c15af921..2863f777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "115.2.1", + "version": "115.2.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {