diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-27 19:14:44 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-27 19:14:44 -0400 |
commit | 2db1d85a24c8a4d7e519d527e5bdb8fa469c4c85 (patch) | |
tree | 7a86903c52ff051dca6ce8b1406e0bf0d693e819 /src/commands/fun | |
parent | 85623caadc009423a999949880de12a386f335c2 (diff) | |
download | tanzanite-2db1d85a24c8a4d7e519d527e5bdb8fa469c4c85.tar.gz tanzanite-2db1d85a24c8a4d7e519d527e5bdb8fa469c4c85.tar.bz2 tanzanite-2db1d85a24c8a4d7e519d527e5bdb8fa469c4c85.zip |
fix: replace '{error}' in retry prompts
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 |