From 4364f1d344e75d23728ce951fc768bc9c8405bed Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:16:44 -0400 Subject: cleaned up, wolfram alpha command, a few fixes --- src/config/example-options.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/example-options.ts b/src/config/example-options.ts index b9a9d28..c7838ab 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -5,7 +5,8 @@ export default new Config({ token: '[TOKEN]', betaToken: '[TOKEN]', devToken: '[TOKEN]', - hypixelApiKey: '[API_KEY]' + hypixelApiKey: '[API_KEY]', + wolframAlphaAppId: '[APP_ID]' }, environment: 'development', owners: [ -- cgit