diff options
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r-- | src/config/example-options.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index c7838ab..01519b2 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -6,7 +6,9 @@ export default new Config({ betaToken: '[TOKEN]', devToken: '[TOKEN]', hypixelApiKey: '[API_KEY]', - wolframAlphaAppId: '[APP_ID]' + wolframAlphaAppId: '[APP_ID]', + imgurClientId: '[CLIENT_ID]', + imgurClientSecret: '[CLIENT_SECRET]' }, environment: 'development', owners: [ |