1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Removed alias that clashed with a previous command

This commit is contained in:
phxntxm 2016-08-04 16:41:19 -05:00
parent 4d24fac25d
commit 05ba41b493

View file

@ -67,7 +67,7 @@ class Core:
"""Provides a printout of the current bot's uptime"""
await self.bot.say("Uptime: ```\n{}```".format(self.get_bot_uptime()))
@commands.command(aliases=['join'])
@commands.command()
@checks.customPermsOrRole(send_messages=True)
async def addbot(self):
"""Provides a link that you can use to add me to a server"""