diff options
author | 2020-03-05 00:14:08 +0700 | |
---|---|---|
committer | 2020-03-05 00:14:08 +0700 | |
commit | ce8fb0f8f541ade993d6c93bdcefa33a63287311 (patch) | |
tree | d9eebac255aebf138aff4044c78e9e7ebfcc8d7a /bot/constants.py | |
parent | Merge pull request #366 from python-discord/tidy-seasonal-channels (diff) | |
parent | Merge branch 'master' into games-command (diff) |
Merge pull request #361 from ks129/games-command
Added .games command
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index d406bbd0..6d4a50f1 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -134,6 +134,7 @@ class Tokens(NamedTuple): omdb = environ.get("OMDB_API_KEY") youtube = environ.get("YOUTUBE_API_KEY") tmdb = environ.get("TMDB_API_KEY") + igdb = environ.get("IGDB_API_KEY") # Default role combinations |