Give, remove, and list roles on members from slash commands.
#Configuration
plugins:
roles:
enabled: true
overrides:
- level: ">=50"
config:
can_give: true
can_remove: true
can_list: true
#Commands
| Command | Permission | Description |
|---|---|---|
/roles give | can_give | Give a role to a member |
/roles remove | can_remove | Remove a role from a member |
/roles list | can_list | List a member's roles |
#Requirements
- The bot needs Manage Roles.
- The bot's highest role must be above any role it assigns or removes.
- Managed roles (integrations, bot roles) cannot be changed.