aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-05-11 19:25:32 +0100
committerGravatar GitHub <[email protected]>2019-05-11 19:25:32 +0100
commit31af0606ee094aa97d3bed3a4e4b2d379d9cbd6e (patch)
tree2649022628f8e25d3782b9b2ea792f6b09a43a21
parentLint issues - fixed import orders (diff)
Update bot/seasons/halloween/8ball.py
Co-Authored-By: S. Co1 <[email protected]>
-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 b5be7cc6..8dff454f 100644
--- a/bot/seasons/halloween/8ball.py
+++ b/bot/seasons/halloween/8ball.py
@@ -13,7 +13,7 @@ with open(Path('bot', 'resources', 'halloween', 'responses.json'), 'r', encoding
responses = json.load(f)
-class EightBall(commands.Cog):
+class SpookyEightBall(commands.Cog):
"""Spooky Eightball answers."""
def __init__(self, bot):