1
0
Fork 0
mirror of synced 2024-09-28 07:21:16 +12:00

Added the ability to remove a role from the server

This commit is contained in:
Phxntxm 2016-07-31 14:54:12 -05:00
parent 62ac61c73a
commit 379222529b

View file

@ -14,7 +14,7 @@ class Roles:
@checks.customPermsOrRole(manage_server=True)
async def role(self):
pass
@role.command(name='delete', aliases=['remove'], pass_contex=True)
@role.command(name='delete', aliases=['remove'], 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"""