diff options
Diffstat (limited to 'src/commands/fun')
-rw-r--r-- | src/commands/fun/minesweeper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/minesweeper.ts b/src/commands/fun/minesweeper.ts index 41daa8e..72551e9 100644 --- a/src/commands/fun/minesweeper.ts +++ b/src/commands/fun/minesweeper.ts @@ -56,7 +56,7 @@ export default class MinesweeperCommand extends BushCommand { id: 'do_not_reveal_first_cell', description: 'Whether to not reveal the first cell automatically.', match: 'flag', - flag: '--doNotRevealFirstCell', + flag: ['--doNotRevealFirstCell', 'do_not_reveal_first_cell'], prompt: 'Would you like to not automatically reveal the first cell?', slashType: ApplicationCommandOptionType.Boolean, optional: true |