Docs/Plugins

Roles plugin

Give, remove, and list roles on members from slash commands.

#Configuration

yaml
plugins:
  roles:
    enabled: true
    overrides:
      - level: ">=50"
        config:
          can_give: true
          can_remove: true
          can_list: true

#Commands

CommandPermissionDescription
/roles givecan_giveGive a role to a member
/roles removecan_removeRemove a role from a member
/roles listcan_listList 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.