Better styling

This commit is contained in:
Dragon Fire
2021-01-16 17:54:29 -05:00
parent 1bc3756789
commit 4b1303ead3
+1 -2
View File
@@ -42,9 +42,8 @@ module.exports = class MinesweeperCommand extends Command {
${msg.author}, what coordinates do you pick (ex. 4,5)? Type \`end\` to forefeit.
Type \`flag <coordinates>\` to flag a spot as a bomb. To remove a flag, run it again.
**Total Mines:** ${size + 1}
**Flagged:** ${flagged.length}
${this.displayBoard(game.board, game.mask, flagged)}
| **Total Mines:** ${size + 1} | **Flagged:** ${flagged.length} |
`);
const filter = res => {
if (res.author.id !== msg.author.id) return false;