discord_mod_remove_role
Remove a role from a Discord server member by specifying the server, user, and role IDs. Optionally include a reason for the removal.
Instructions
Removes a role from a member in a Discord server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for the removal | |
| roleId | Yes | The ID of the role to remove | |
| userId | Yes | The ID of the user | |
| guildId | Yes | The ID of the server |