diff options
author | 2020-02-17 19:12:25 +0200 | |
---|---|---|
committer | 2020-02-17 19:12:25 +0200 | |
commit | afd087fb949d892e644b304676ff81791be8909d (patch) | |
tree | e8c2304840f5198c65ab662cf03e317cf116fac4 /bot/constants.py | |
parent | Small style fixes: removed unnecessary comments, made ifs easier readable, fi... (diff) |
Added .movies genres|genre|g command. Made .movies command docstring smaller. Added warning loggings. Better Some Numbers section formatting.
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 eca4f67b..0a9af1dd 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -132,6 +132,7 @@ class Tokens(NamedTuple): aoc_session_cookie = environ.get("AOC_SESSION_COOKIE") omdb = environ.get("OMDB_API_KEY") youtube = environ.get("YOUTUBE_API_KEY") + tmdb = environ.get("TMDB_API_KEY") # Default role combinations |