From cb4ba62ea7b8f41cf51381105404d44c771a1e6a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Apr 2020 18:07:07 -0400 Subject: [PATCH] Fix --- commands/games-mp/dots-and-boxes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/dots-and-boxes.js b/commands/games-mp/dots-and-boxes.js index 478abf76..fed9200e 100644 --- a/commands/games-mp/dots-and-boxes.js +++ b/commands/games-mp/dots-and-boxes.js @@ -162,7 +162,7 @@ module.exports = class DotsAndBoxesCommand extends Command { return val; }).join('')}█`); }); - displayed.push('\n'); + displayed.push('█ █'); displayed.push(new Array(24).fill('█').join('')); return displayed.join('\n'); }