From ed863cdbcc4d79bfc374d146973d594cb8181972 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Thu, 4 Apr 2019 13:59:12 +0100 Subject: Changed 'starters' -> 'topic' Co-Authored-By: RohanRadia --- conversationstarters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conversationstarters.py') 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 -- cgit v1.2.3