From 07e7a8f133c55c356554aea03fe8b9ba12e90407 Mon Sep 17 00:00:00 2001 From: RohanRadia Date: Sat, 11 May 2019 19:26:26 +0100 Subject: Update bot/seasons/halloween/8ball.py Co-Authored-By: S. Co1 --- bot/seasons/halloween/8ball.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py index 8dff454f..c2f560a7 100644 --- a/bot/seasons/halloween/8ball.py +++ b/bot/seasons/halloween/8ball.py @@ -38,5 +38,5 @@ class SpookyEightBall(commands.Cog): def setup(bot): """Spooky Eight Ball Cog Load.""" - bot.add_cog(EightBall(bot)) + bot.add_cog(SpookyEightBall(bot)) log.info("8Ball cog loaded") -- cgit v1.2.3