From 166d7fdf24440db71311c2cda95697c06e7b8b36 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:05:53 -0400 Subject: Refactoring, rewrote ButtonPaginator, better permission handling + support for send messages in threads, optimizations, another scam link --- src/config/example-options.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config') 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: [ -- cgit