aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-18 12:55:59 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-18 12:55:59 -0400
commit6268d144a555bd33bcfd28bc4f924f35978f4209 (patch)
tree76c57091e5423cc6a5d13b2396b7a4a7d5d3d868 /src/commands
parentc26918210d8df5cadfcb2c34925407489c50375e (diff)
downloadtanzanite-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.ts3
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;