From 419a64fe16cfa67830ff2c6f6dbb47a6e97865c7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Apr 2020 17:26:03 -0400 Subject: [PATCH] Fix --- commands/games-mp/dots-and-boxes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/games-mp/dots-and-boxes.js b/commands/games-mp/dots-and-boxes.js index 156c1693..0dc54b34 100644 --- a/commands/games-mp/dots-and-boxes.js +++ b/commands/games-mp/dots-and-boxes.js @@ -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;