diff options
Diffstat (limited to 'bot/exts/holidays/halloween/scarymovie.py')
-rw-r--r-- | bot/exts/holidays/halloween/scarymovie.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/holidays/halloween/scarymovie.py b/bot/exts/holidays/halloween/scarymovie.py index 33659fd8..89310b97 100644 --- a/bot/exts/holidays/halloween/scarymovie.py +++ b/bot/exts/holidays/halloween/scarymovie.py @@ -6,6 +6,7 @@ from discord.ext import commands from bot.bot import Bot from bot.constants import Tokens + log = logging.getLogger(__name__) |