diff options
| author | 2021-01-08 16:21:11 -0800 | |
|---|---|---|
| committer | 2021-01-08 16:21:11 -0800 | |
| commit | c9f83eee557d46b76bda8075fac1198dac8b9d5e (patch) | |
| tree | 4cefe2dc352cdaed284a2f8080631ac94d7f0423 /bot/constants.py | |
| parent | Merge branch 'master' into tic-tac-toe (diff) | |
| parent | Merge pull request #510 from hedythedev/hackstats (diff) | |
Merge remote-tracking branch 'origin/master' into tic-tac-toe
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 ad850b92..fd4854b9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -269,6 +269,7 @@ class Roles(NamedTuple):  class Tokens(NamedTuple):      giphy = environ.get("GIPHY_TOKEN") +    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") | 
