This commit is contained in:
Dragon Fire
2021-01-16 17:55:13 -05:00
parent 4b1303ead3
commit 66c36a1321
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class MinesweeperCommand extends Command {
Type \`flag <coordinates>\` to flag a spot as a bomb. To remove a flag, run it again.
${this.displayBoard(game.board, game.mask, flagged)}
| **Total Mines:** ${size + 1} | **Flagged:** ${flagged.length} |
**Total Mines:** ${size + 1} | **Flagged:** ${flagged.length}
`);
const filter = res => {
if (res.author.id !== msg.author.id) return false;