diff --git a/jarvis/cogs/rolegiver.py b/jarvis/cogs/rolegiver.py index 7ff0f4a..4568594 100644 --- a/jarvis/cogs/rolegiver.py +++ b/jarvis/cogs/rolegiver.py @@ -247,9 +247,9 @@ class RolegiverCog(commands.Cog): timeout=60 * 5, ) - role = ctx.guild.get_role(context.selected_options[0]) - - await ctx.author.add_roles(role, reason="Rolegiver") + for role in context.selected_options: + role = ctx.guild.get_role(int(role)) + await ctx.author.add_roles(role, reason="Rolegiver") roles = ctx.author.roles if roles: