From 7132d14815b4e44340189e8ccda3c33456c0e34b Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sun, 31 Jul 2016 16:11:02 -0500 Subject: [PATCH] Added the ability to add roles to members --- cogs/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/roles.py b/cogs/roles.py index f76feb1..ce296df 100644 --- a/cogs/roles.py +++ b/cogs/roles.py @@ -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"""