aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-05-11 19:26:26 +0100
committerGravatar GitHub <[email protected]>2019-05-11 19:26:26 +0100
commit07e7a8f133c55c356554aea03fe8b9ba12e90407 (patch)
treeddc3cf5d1f043b389c8e185abf7741e12a192c2c /bot
parentUpdate bot/seasons/halloween/8ball.py (diff)
Update bot/seasons/halloween/8ball.py
Co-Authored-By: S. Co1 <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/halloween/8ball.py2
1 files changed, 1 insertions, 1 deletions
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")