diff options
Diffstat (limited to 'bot/seasons/halloween/spookyreact.py')
| -rw-r--r-- | bot/seasons/halloween/spookyreact.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookyreact.py b/bot/seasons/halloween/spookyreact.py index 229566e9..3b4e3fdf 100644 --- a/bot/seasons/halloween/spookyreact.py +++ b/bot/seasons/halloween/spookyreact.py @@ -71,4 +71,4 @@ class SpookyReact(Cog): def setup(bot): bot.add_cog(SpookyReact(bot)) - log.info("Spooky react cog loaded") + log.info("SpookyReact cog loaded") |