diff options
| author | 2021-12-30 23:41:58 +0000 | |
|---|---|---|
| committer | 2021-12-30 23:41:58 +0000 | |
| commit | 17bcd45c68f144f3b88fdfdf05bd0db654c0322e (patch) | |
| tree | ad07a6a449a322165d7246699908256c2df7a047 /bot/exts/holidays/halloween/scarymovie.py | |
| parent | Migrate to `og_blurple` (diff) | |
| parent | Merge pull request #994 from python-discord/logging-in-AoC-completer-task (diff) | |
Merge remote-tracking branch 'origin/main' into main
# Conflicts:
# bot/exts/holidays/halloween/candy_collection.py
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__) |