This commit is contained in:
Dragon Fire
2020-04-09 18:15:36 -04:00
parent 76a802afb2
commit 101d4cc20c
+1 -1
View File
@@ -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.