diff options
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 f0656926..fafe3c04 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") +    nasa = environ.get("NASA_API_KEY")  # Default role combinations | 
