diff options
author | 2020-02-19 00:06:24 +0700 | |
---|---|---|
committer | 2020-02-19 00:06:24 +0700 | |
commit | e6393d3c7f33ac15da88c2f544746dbb2234ba40 (patch) | |
tree | 4313839fb41c0bbe1b7385f6a1d546536de991b3 /bot/constants.py | |
parent | Lint error - missing line (diff) | |
parent | Merge pull request #350 from ks129/movies-command (diff) |
Merge branch 'master' into F4zi/bug/LAST_EMOJI-352
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 2c68f719..f0656926 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -133,6 +133,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 |