mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Fix
This commit is contained in:
@@ -106,7 +106,9 @@ module.exports = class DotsAndBoxesCommand extends Command {
|
|||||||
if (userTurn) userOwned.push(newSquare);
|
if (userTurn) userOwned.push(newSquare);
|
||||||
else oppoOwned.push(newSquare);
|
else oppoOwned.push(newSquare);
|
||||||
}
|
}
|
||||||
await msg.say(`${user}, great job! Keep going until you can\'t make any more!`);
|
if (taken.length < 24) {
|
||||||
|
await msg.say(`${user}, great job! Keep going until you can\'t make any more!`);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
userTurn = !userTurn;
|
userTurn = !userTurn;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user