diff options
Diffstat (limited to 'bot/seasons/halloween/8ball.py')
| -rw-r--r-- | bot/seasons/halloween/8ball.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py index af037e53..d7bddbfb 100644 --- a/bot/seasons/halloween/8ball.py +++ b/bot/seasons/halloween/8ball.py @@ -30,6 +30,5 @@ class SpookyEightBall(commands.Cog): def setup(bot): """Spooky Eight Ball Cog Load.""" - bot.add_cog(SpookyEightBall(bot)) log.info("SpookyEightBall cog loaded") |