karen
Back to Features
Authorization Engine

Whitelist
Authorization

Instead of granting total immunity, the Granular Permission System lets owners define exactly what actions a trusted staff member is allowed to perform — not a single action more.

Multi-Tiered Authorization Model

1
Server OwnerAbsolute

Bypasses all detections. Exclusive panic restore & whitelist reset access.

2
Extra OwnersCo-Owners

Designated via !extraowner. Full detect bypass, can manage whitelist & config.

3
Whitelisted UsersRestricted

Immune only to specific whitelisted actions. Managed via interactive select-menus.

4
General StaffMonitored

Subject to full monitoring. Even "Admin" permissions won't protect them.

Best Practice

Always apply the Least Privilege Principle. If a moderator's account is token-logged, limiting their whitelist scope drastically reduces the blast radius before the Sentinel Engine intervenes.

Available Permission Bypasses

role_createrole_deleterole_updaterole_addrole_removerole_mentionchannel_createchannel_deletechannel_updatemember_kickmember_banmember_unbanwebhook_createwebhook_updateintegration_createintegration_deleteemoji_createemoji_deletesticker_createsticker_deletethread_deleteguild_updatebot_add

Highlighted = High-risk. Apply with caution.

WHITELIST CONTROL
// Open interactive permission menu
!whitelistadd <user>
// Revoke specific or all bypasses
!whitelistremove <user>
// View active permissions
!whitelistview <user>
// Launch visual management dashboard
!whitelistpanel
// [Owner Only] Nuke entire whitelist
!whitelistresetOwner Only