karen
Back to Features
Emergency Protocol

Panic Mode
Emergency System

Your server's last line of defense. When threat thresholds are breached, Panic Mode instantly locks down all channels, strips dangerous permissions from every role, and begins automated recovery — without losing a single permission record.

1

Detection

Threshold-based triggers fire when suspicious mass actions are detected in real-time.

2

Lockdown

Instantly strips Dangerous Permissions from every role — server-wide in under 100ms.

3

Recovery

Perfect one-click Revert with full owner authority restores the server to its pre-attack state.

When Does It Trigger?

  • Exceeds the configured threshold: e.g., 4 bans in 5 seconds
  • Mass channel/role deletion detected
  • Unauthorized bot addition or webhook creation
  • Manual activation by Server Owner or Extra Owner

Execution Flow

1
Monitor Activity
2
Detect Anomaly
3
Alert System
4
Initiate Lockdown
5
Remove Threats
6
Begin Recovery
ROOT ACCESSPANIC MODE
// Soft activate panic mode
!antinukepanic activate
// Full permission-strip lockdown
!antinukepanic enable
// Revert role permissions
!antinukepanic restore
// Return server to normal
!antinukepanic disableRoot Access