Overview
The Whitelist system allows you to designate trusted users and roles who are exempt from antinuke protections. This prevents false positives when legitimate administrators or bots perform actions that might otherwise trigger antinuke punishments.Whitelisted users and roles can perform protected actions without being punished by the antinuke system.
Access Control
Only the following can manage the whitelist:- Server Owner — Full access to all whitelist features
- Extra Owners — Users added by the server owner
- Antinuke Admins — Users designated by the server owner
Commands
whitelist add
whitelist add
Add a user or role to the antinuke whitelist to exempt them from protections.Aliases:
Permissions: Server Owner or Antinuke Admin
wl addPermissions: Server Owner or Antinuke Admin
whitelist remove
whitelist remove
Remove a user or role from the antinuke whitelist.Aliases:
Permissions: Server Owner or Antinuke Admin
wl removePermissions: Server Owner or Antinuke Admin
whitelist list
whitelist list
View all whitelisted users and roles for your server.Aliases:
wl list
Permissions: Server Owner or Antinuke AdminThe list displays both individual users and roles that have been whitelisted.
whitelist check
whitelist check
Check if a specific user or role is whitelisted.Aliases:
Permissions: Server Owner or Antinuke Admin
wl checkPermissions: Server Owner or Antinuke Admin
When checking a user, the command will also show if they’re whitelisted through any roles they have.
whitelist clear
whitelist clear
Clear the entire antinuke whitelist (both users and roles).Aliases:
wl clear
Permissions: Server Owner or Antinuke AdminHow Whitelisting Works
The whitelist system operates on two levels:- User Whitelist
- Role Whitelist
Individual users can be added to the whitelist by their user ID. When a user is whitelisted:
- They can perform any antinuke-protected actions
- They bypass all antinuke checks
- Their whitelist status is independent of their roles
Whitelist Hierarchy
The whitelist system checks permissions in the following order:- Server Owner — Always bypasses antinuke (cannot be removed)
- Whitelisted Users — Individually added users
- Whitelisted Roles — Users with whitelisted roles
- Non-whitelisted — Subject to all antinuke protections
The server owner is inherently trusted and doesn’t need to be added to the whitelist.
Aliases
The whitelist command has several convenient aliases for faster usage:wl
Main alias
wl add
Quick add
wl remove
Quick remove
wl list
Quick list
wl check
Quick check
wl clear
Quick clear
Best Practices
Whitelist Essential Staff
Add all trusted administrators and moderators to prevent false triggers during legitimate moderation actions.
Whitelist Essential Bots
Add legitimate bots that need elevated permissions (like music bots or utility bots).
Common Use Cases
Whitelisting Administrative Roles
Whitelisting Administrative Roles
Whitelisting Essential Bots
Whitelisting Essential Bots
Checking Whitelist Status
Checking Whitelist Status
Cleaning Up the Whitelist
Cleaning Up the Whitelist
Important Notes
Role-Based WhitelistingWhen you whitelist a role, all members with that role are automatically trusted. This is more efficient than adding users individually but requires careful role management.
Troubleshooting
User still getting punished despite being whitelisted
User still getting punished despite being whitelisted
Possible causes:
- User was added after the action was detected
- Wrong user was whitelisted
- Cache needs to refresh (wait a moment and try again)
~whitelist check @userCan't add user or role to whitelist
Can't add user or role to whitelist
Possible causes:
- You don’t have permission (need Server Owner or Antinuke Admin)
- User/role doesn’t exist or was deleted
- Invalid mention or ID
Whitelist appears empty but users are whitelisted
Whitelist appears empty but users are whitelisted
Possible causes:
- Database error
- Whitelist was recently cleared
~whitelist list