From 5114a6088a0480483102c83aa947bad53e68c379 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sun, 31 Jul 2016 16:28:58 -0500 Subject: [PATCH] Removed a duplicate alias --- cogs/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/roles.py b/cogs/roles.py index 0b88f36..103638d 100644 --- a/cogs/roles.py +++ b/cogs/roles.py @@ -93,7 +93,7 @@ class Roles: await self.bot.say("I have just added the following roles:```\n{}``` to the following members:" "```\n{}```".format("\n".join(role_names), "\n".join([m.display_name for m in members]))) - @role.command(name='delete', aliases=['remove'], pass_context=True) + @role.command(name='delete', pass_context=True) @checks.customPermsOrRole(manage_server=True) async def remove_role(self, ctx, *, role: discord.Role = None): """This command can be used to remove one of the roles from the server"""