diff options
author | 2019-04-04 14:01:34 +0100 | |
---|---|---|
committer | 2019-04-04 14:01:34 +0100 | |
commit | 9ff61f25a624bd11f9f882b49bc846c73b204018 (patch) | |
tree | a98b311c1967682494ecf33282d8fc06b7d00208 | |
parent | Removed aliases (diff) |
Changed 'starters' -> 'topic'
Co-Authored-By: RohanRadia <[email protected]>
-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'])) |