/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 5Ensure 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.
π Related Commands
/level role-remove
β Remove a role reward from a level/level role-list
β View all level-based role rewards/level reset
β Reset a user's level and remove roles
Last updated