diff options
author | 2019-04-04 13:59:12 +0100 | |
---|---|---|
committer | 2019-04-04 13:59:12 +0100 | |
commit | ed863cdbcc4d79bfc374d146973d594cb8181972 (patch) | |
tree | fbd0fb1c8eb890d8ced74fc836a6d79144216e09 | |
parent | Updated 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.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 |