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