Role Reactor LogoRole Reactor
Admin

Role Bundle

Create and manage reusable role bundles for quick multi-role assignments. Group roles together and apply them to users in one action.

Subcommands

create

Create a new role bundle with a name and roles

delete

Delete an existing role bundle

list

List all role bundles in the server

apply

Apply a bundle's roles to a user

Usage Examples

Create a role bundle:

/role-bundle create name:VIP roles:@VIP,@Supporter,@Donator

Groups multiple roles under one reusable name.

Apply a bundle to a user:

/role-bundle apply name:VIP user:@member

All roles in the bundle are assigned at once.

List or delete bundles:

/role-bundle list
/role-bundle delete name:VIP

Permissions Required

  • Manage Roles permission required

What You'll See

Confirmation of bundle creation, deletion, or application. When applying a bundle, the bot assigns all included roles to the target user in one action.

Troubleshooting

  • Role not assigned: The bot's highest role must be above the roles in the bundle.
    - Bundle not found: Use /role-bundle list to see all available bundles.
    - Cannot create: Make sure you have Manage Roles permission.