aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-04-01 10:08:11 +0200
committerGravatar kwzrd <[email protected]>2020-04-01 10:08:11 +0200
commit04cc5bf617500af694cc27eee072265b31bd9a47 (patch)
treebe1eed54972d9843f66114311f93b68b579046ac /bot/constants.py
parentDocstring: remove dots from list entries (diff)
parentMerge pull request #382 from ks129/game-fuzzy (diff)
Merge master: adjust `Space` cog location
Module was placed in the `seasons` pkg, which we renamed to `exts`.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 638448ea..ca9bb94a 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -181,6 +181,7 @@ class Tokens(NamedTuple):
omdb = environ.get("OMDB_API_KEY")
youtube = environ.get("YOUTUBE_API_KEY")
tmdb = environ.get("TMDB_API_KEY")
+ nasa = environ.get("NASA_API_KEY")
igdb = environ.get("IGDB_API_KEY")
github = environ.get("GITHUB_TOKEN")