aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-04-04 14:00:55 +0100
committerGravatar GitHub <[email protected]>2019-04-04 14:00:55 +0100
commit1d052ece960f9fb518ee4f35ab290d5d0b252892 (patch)
tree3032e1254034c3e3a0fc21bf7ef26d4c1b4b93c7
parentRemoved f-string (diff)
Removed aliases
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 4a2a3527..0c2df1c7 100644
--- a/conversationstarters.py
+++ b/conversationstarters.py
@@ -17,7 +17,7 @@ class ConvoStarters(commands.Cog):
def __init__(self, bot):
self.bot = bot
- @commands.command(aliases=('conversation_starters', 'convo_starters'))
+ @commands.command()
async def convo_starter(self, ctx):
"""Responds with a random topic to start a conversation."""