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"""