diff options
Diffstat (limited to 'bot/exts/halloween/8ball.py')
-rw-r--r-- | bot/exts/halloween/8ball.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/8ball.py b/bot/exts/halloween/8ball.py index 2e1c2804..1df48fbf 100644 --- a/bot/exts/halloween/8ball.py +++ b/bot/exts/halloween/8ball.py @@ -31,4 +31,3 @@ class SpookyEightBall(commands.Cog): def setup(bot: commands.Bot) -> None: """Spooky Eight Ball Cog Load.""" bot.add_cog(SpookyEightBall(bot)) - log.info("SpookyEightBall cog loaded") |