mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Better styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user