aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/scarymovie.py
diff options
context:
space:
mode:
authorGravatar bradtimmis <[email protected]>2021-10-25 19:34:57 -0400
committerGravatar bradtimmis <[email protected]>2021-10-25 19:34:57 -0400
commitdb234c338189030dd17182d71b55a261c50e1ab0 (patch)
tree415881ad8dcadd0cfc866c4706b197b68ba629e5 /bot/exts/holidays/halloween/scarymovie.py
parentfix: finish restructure with all functionality (diff)
parentMerge branch 'main' into color-677 (diff)
Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677
Diffstat (limited to 'bot/exts/holidays/halloween/scarymovie.py')
-rw-r--r--bot/exts/holidays/halloween/scarymovie.py1
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__)