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 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'])}")