Bulk Role
Give or remove a role from all current members in one command.
Overview
Bulk Role mass-assigns or mass-removes a role from all existing members at once. Useful when you introduce a new role after people have already joined.
Commands
| Command | Description |
|---|---|
/bulkrole add role:<role> |
Give a role to all matching members |
/bulkrole remove role:<role> |
Remove a role from all matching members |
Targeting options
Both commands accept an optional target parameter:
| Target | Who gets affected |
|---|---|
all |
Everyone (default) |
users |
Only human members |
bots |
Only bots |
Example
/bulkrole add role:@Member target:users
Notes
- Large servers may take a moment to process due to Discord rate limits — the bot handles throttling automatically.
- The operation cannot be undone automatically. Run
/bulkrole removewith the same role to reverse it.