mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +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'}** : : : |
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "115.2.1",
|
||||
"version": "115.2.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user