1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added the ability to add roles to members

This commit is contained in:
phxntxm 2016-07-31 16:11:02 -05:00
parent 118a567c4d
commit 7132d14815

View file

@ -18,7 +18,7 @@ class Roles:
@role.command(name='add', pass_context=True)
@checks.customPermsOrRole(manage_server=True)
async def add_role(self, ctx, members: discord.Member = None):
async def add_role(self, ctx, *members: discord.Member = None):
"""Use this to add a role to multiple members.
Provide the list of members, and I'll ask for the role
If no members are provided, I'll first ask for them"""