Alchemy.Client.remove_role
You're seeing just the function
remove_role
, go back to Alchemy.Client module for more information.
Link to this function
remove_role(guild_id, user_id, role_id)
Specs
Removes a role of a guild member.
Requires the :manage_roles
permission.
Examples
Client.remove_role(guild_id, user_id, role_id)