diff options
| author | 2020-04-01 10:08:11 +0200 | |
|---|---|---|
| committer | 2020-04-01 10:08:11 +0200 | |
| commit | 04cc5bf617500af694cc27eee072265b31bd9a47 (patch) | |
| tree | be1eed54972d9843f66114311f93b68b579046ac /bot/constants.py | |
| parent | Docstring: remove dots from list entries (diff) | |
| parent | Merge 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 '')
| -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 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")  |