aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-04-04 14:01:34 +0100
committerGravatar GitHub <[email protected]>2019-04-04 14:01:34 +0100
commit9ff61f25a624bd11f9f882b49bc846c73b204018 (patch)
treea98b311c1967682494ecf33282d8fc06b7d00208
parentRemoved aliases (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 0c2df1c7..b479406b 100644
--- a/conversationstarters.py
+++ b/conversationstarters.py
@@ -18,7 +18,7 @@ class ConvoStarters(commands.Cog):
self.bot = bot
@commands.command()
- async def convo_starter(self, ctx):
+ async def topic(self, ctx):
"""Responds with a random topic to start a conversation."""
await ctx.send(random.choice(starters['starters']))