diff options
author | 2021-06-25 17:38:07 +0200 | |
---|---|---|
committer | 2021-06-25 17:38:07 +0200 | |
commit | 89a8d465f7f67dd5e05ad99b99c4e54ab2120c7b (patch) | |
tree | ef88d4c572524554e9557bb7b6bbd3dc79827b36 | |
parent | Update bot/exts/halloween/scarymovie.py (diff) |
Update bot/exts/halloween/scarymovie.py
Co-authored-by: ToxicKidz <[email protected]>
-rw-r--r-- | bot/exts/halloween/scarymovie.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/scarymovie.py b/bot/exts/halloween/scarymovie.py index c7526569..99c4758a 100644 --- a/bot/exts/halloween/scarymovie.py +++ b/bot/exts/halloween/scarymovie.py @@ -30,7 +30,7 @@ class ScaryMovie(commands.Cog): """Selects a random movie and returns a JSON of movie details from TMDb.""" url = "https://api.themoviedb.org/3/discover/movie" params = { - "api_key": TMDB_API_KEY, + "api_key": Tokens.tmbd, "with_genres": "27", "vote_count.gte": "5", "include_adult": "false" |