diff options
Diffstat (limited to 'bot')
| -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 485112bd..750b489f 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  class EightBall(commands.Cog): -    """Spooky Eightball answers.""" +    """Spooky Eightball - upon use of the command the user receives a randomised response to their question!"""      def __init__(self, bot):          self.bot = bot | 
