diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-18 12:55:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-18 12:55:59 -0400 |
commit | 6268d144a555bd33bcfd28bc4f924f35978f4209 (patch) | |
tree | 76c57091e5423cc6a5d13b2396b7a4a7d5d3d868 /src/commands | |
parent | c26918210d8df5cadfcb2c34925407489c50375e (diff) | |
download | tanzanite-6268d144a555bd33bcfd28bc4f924f35978f4209.tar.gz tanzanite-6268d144a555bd33bcfd28bc4f924f35978f4209.tar.bz2 tanzanite-6268d144a555bd33bcfd28bc4f924f35978f4209.zip |
add beta token message
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/dev/eval.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/dev/eval.ts b/src/commands/dev/eval.ts index 7abb71c..449b8a2 100644 --- a/src/commands/dev/eval.ts +++ b/src/commands/dev/eval.ts @@ -157,8 +157,9 @@ export default class EvalCommand extends BushCommand { function ae(old: string) { const mapping = { - ['token']: 'Token', + ['token']: 'Main Token', ['devToken']: 'Dev Token', + ['betaToken']: 'Beta Token', ['hypixelApiKey']: 'Hypixel Api Key' }; return mapping[old] || old; |