diff options
Diffstat (limited to 'conversationstarters.py')
-rw-r--r-- | conversationstarters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conversationstarters.py b/conversationstarters.py index 38226557..064c67d2 100644 --- a/conversationstarters.py +++ b/conversationstarters.py @@ -12,7 +12,7 @@ with open(Path('bot', 'resources', 'easter', 'starter.json'), 'r', encoding="utf class ConvoStarters(commands.Cog): - """A cog which posts easter conversation starters""" + """Easter conversation topics.""" def __init__(self, bot): self.bot = bot |