1
0
Fork 0
mirror of synced 2024-06-18 18:44:33 +12:00

Removed a duplicate alias

This commit is contained in:
phxntxm 2016-07-31 16:28:58 -05:00
parent 432bf2de6d
commit 5114a6088a

View file

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