From 05ba41b493cefc3f86e4f0969eb85edd93706f95 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Thu, 4 Aug 2016 16:41:19 -0500 Subject: [PATCH] Removed alias that clashed with a previous command --- cogs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index f4e1b49..d976105 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -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"""