diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-07 22:15:18 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-07 22:15:18 -0400 |
commit | 06f85e0fbabd031240559470be59ceb2be420fab (patch) | |
tree | 3bcdab99dbbd2c124133e6474938a5be379c7e7f /src/commands/utilities | |
parent | 931dde0b1530573170a60c8046a6f12519db08e9 (diff) | |
download | tanzanite-06f85e0fbabd031240559470be59ceb2be420fab.tar.gz tanzanite-06f85e0fbabd031240559470be59ceb2be420fab.tar.bz2 tanzanite-06f85e0fbabd031240559470be59ceb2be420fab.zip |
few fixes
Diffstat (limited to 'src/commands/utilities')
-rw-r--r-- | src/commands/utilities/viewraw.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/utilities/viewraw.ts b/src/commands/utilities/viewraw.ts index 46353ba..0a5f9e2 100644 --- a/src/commands/utilities/viewraw.ts +++ b/src/commands/utilities/viewraw.ts @@ -17,7 +17,6 @@ export default class ViewRawCommand extends BushCommand { { id: 'message', customType: util.arg.union('message', 'bigint'), - prompt: { start: 'What message would you like to view?', retry: '{error} Choose a valid message.', |