diff options
author | 2019-05-11 19:25:32 +0100 | |
---|---|---|
committer | 2019-05-11 19:25:32 +0100 | |
commit | 31af0606ee094aa97d3bed3a4e4b2d379d9cbd6e (patch) | |
tree | 2649022628f8e25d3782b9b2ea792f6b09a43a21 | |
parent | Lint 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.py | 2 |
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): |