diff options
Diffstat (limited to 'conversationstarters.py')
-rw-r--r-- | conversationstarters.py | 2 |
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'])) |