/level role-add

Assign a role to a specific level milestone. When a user reaches the target level, they’ll automatically be granted that role.


πŸ’¬ Usage

/level role-add <level> <role>
  • <level> – The level at which the role should be awarded.

  • <role> – The role to give users when they reach that level.

🧭 Use this to reward consistent engagement or grant access to advanced parts of your server as people rank up.


πŸ“Œ Example

/level role-add 5 @Contributor

This will:

  • Automatically assign the @Contributor role to users when they reach Level 5

  • Ensure the role is retained unless manually removed or reset


πŸ—ƒοΈ Notes

  • The bot needs Manage Roles permission and must be higher than the role it’s assigning.

  • You can create multiple level-role pairs for tiered role progression.

  • If a user’s level is reset, they’ll also lose the associated milestone roles.


Last updated