mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = class DotsAndBoxesCommand extends Command {
|
||||
const owned = {};
|
||||
let userTurn = true;
|
||||
let winner = null;
|
||||
while (taken.length < 24) {
|
||||
while (taken.length < 40) {
|
||||
const user = userTurn ? msg.author : opponent;
|
||||
await msg.say(stripIndents`
|
||||
${user}, which connection do you pick? Type \`end\` to forefeit.
|
||||
|
||||
Reference in New Issue
Block a user