From 9540279bdcd9990acd514ca82aed20d09d7facf1 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Thu, 4 Apr 2019 13:59:25 +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 064c67d2..251f798f 100644 --- a/conversationstarters.py +++ b/conversationstarters.py @@ -19,7 +19,7 @@ class ConvoStarters(commands.Cog): @commands.command(aliases=('conversation_starters', 'convo_starters')) async def convo_starter(self, ctx): - """Responds with a random conversation starter""" + """Responds with a random topic to start a conversation.""" await ctx.send(f"{random.choice(starters['starters'])}") -- cgit v1.2.3