aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-04-04 13:59:12 +0100
committerGravatar GitHub <[email protected]>2019-04-04 13:59:12 +0100
commited863cdbcc4d79bfc374d146973d594cb8181972 (patch)
treefbd0fb1c8eb890d8ced74fc836a6d79144216e09
parentUpdated the file and added dependancies for accesing the new JSON file (diff)
Changed 'starters' -> 'topic'
Co-Authored-By: RohanRadia <[email protected]>
-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