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