This commit is contained in:
Dragon Fire
2020-04-09 17:26:03 -04:00
parent 537de46ed4
commit 419a64fe16
+2
View File
@@ -47,7 +47,9 @@ module.exports = class DotsAndBoxesCommand extends Command {
_Format like \`1-2\` or \`0-5\`. Any two spaces bordering **vertical or horizontal**._
P1: ${msg.author.tag} | P2: ${opponent.tag}
\`\`\`
${this.displayBoard(board, taken, owned)}
\`\`\`
`);
const filter = res => {
if (res.author.id !== user.id) return false;