Alchemy.Client.add_role

You're seeing just the function add_role, go back to Alchemy.Client module for more information.
Link to this function

add_role(guild_id, user_id, role_id)

Specs

add_role(snowflake(), snowflake(), snowflake()) :: {:ok, nil} | {:error, term()}

Adds a role to a member of a guild.

Requires the :manage_roles permission.

Examples

Client.add_role(guild_id, user_id, role_id)