diff options
| author | 2021-11-09 22:48:30 +0100 | |
|---|---|---|
| committer | 2021-11-09 22:48:30 +0100 | |
| commit | d4e47c80aedfdd82a6aa4ce81a8ade4219819d0c (patch) | |
| tree | 6a1595cd648c52232593a82a84731de6c027a955 /bot/exts/holidays/halloween/scarymovie.py | |
| parent | Add selective trace loggers (diff) | |
| parent | Merge pull request #915 from python-discord/Add-border-around-bat (diff) | |
Merge remote-tracking branch 'upstream/main' into coloredlogs
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__)  |