Docs/Plugins

Pingable roles plugin

Toggle whether a role can be mentioned by regular members. Useful for announcement or event roles.

#Configuration

yaml
plugins:
  pingable_roles:
    enabled: true
    overrides:
      - level: ">=50"
        config:
          can_enable: true
          can_disable: true

#Commands

CommandPermissionDescription
/pingrole enablecan_enableAllow a role to be mentioned
/pingrole disablecan_disablePrevent a role from being mentioned

#Requirements

  • The bot needs Manage Roles.
  • Only roles below the bot's highest role can be modified.