Give Discord Boosters Role Rewards Automatically
Discord assigns its built-in Server Booster role when a member boosts. RoleLogic can use that role as a signal to add your own VIP, perk, color, or channel-access roles—without modifying Discord's managed booster role.
Add Rewards When a Member Boosts
Create this rule:
IF Has Some Roles: Server Booster
THEN Add Roles: VIP, Booster Perks, Booster Lounge
Select only the rewards your server actually uses. Multiple reward roles can be added by the same action, so this setup consumes one rule.
Remove Rewards When a Boost Ends
Discord removes Server Booster after the boost is no longer active. Use a second rule to keep derived rewards in sync:
IF Lacks All Roles: Server Booster
THEN Remove Roles: VIP, Booster Perks, Booster Lounge
Together, the add and removal rules use both of the free plan's rules.
Do not remove a shared VIP role with this rule if members can earn it in other ways. Use a booster-specific role, or add conditions that protect other qualifying members.
Setup Checklist
- Add RoleLogic to Discord.
- In Server Settings → Roles, put RoleLogic above every reward role it will manage.
- Leave Discord's managed
Server Boosterrole alone; RoleLogic only checks whether a member has it. - Create the reward rule with
Has Some Roles. - If rewards should expire, create the cleanup rule with
Lacks All Roles. - Test both a current booster and a simulated non-booster in the sandbox.
Safer Patterns for Shared Rewards
Keep a booster-only source role
Use a dedicated role such as Booster VIP for benefits that must disappear when boosting ends. This avoids interfering with VIP access earned through subscriptions, staff status, or events.
Reward boosters who meet another condition
Use an additional AND condition when a perk has a second requirement:
IF Has Some Roles: Server Booster
AND Has Some Roles: Verified
THEN Add Roles: Booster Lounge
Give different perks by existing tier
Create focused rules for each tier:
IF Has Some Roles: Server Booster
AND Has Some Roles: Gold Tier
THEN Add Roles: Gold Booster Perks
Use rule priority and clear names when several reward rules can match the same member.
Troubleshooting Booster Rewards
| Problem | What to check |
|---|---|
| Reward is not added | Rule enabled, correct Server Booster role selected, and reward below RoleLogic |
| Reward is not removed | Cleanup rule uses Lacks All Roles and targets the same reward role |
| Reward repeatedly disappears and returns | Another bot or conflicting rule manages the same reward |
| One reward works but another fails | The failing role is likely managed, integrated, or above RoleLogic |
Follow the complete troubleshooting decision tree if the sandbox result and live result differ.