diff options
author | 2020-02-18 23:34:03 +0700 | |
---|---|---|
committer | 2020-02-18 23:34:03 +0700 | |
commit | 1099090554ff9f953ea5256d9356b80ba667725a (patch) | |
tree | 52d631266a0d54174b4ed3cc4365c830b304f28c /bot/constants.py | |
parent | Remove metadata from PR template (diff) | |
parent | Merge branch 'master' into movies-command (diff) |
Merge pull request #350 from ks129/movies-command
.movie Command Adding
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 |