mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -106,7 +106,7 @@ module.exports = class DotsAndBoxesCommand extends Command {
|
||||
if (userTurn) userOwned.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!`);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user