aboutsummaryrefslogtreecommitdiffstats
path: root/conversationstarters.py
diff options
context:
space:
mode:
Diffstat (limited to 'conversationstarters.py')
-rw-r--r--conversationstarters.py2
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