Anti-Nuke

Protect your server from unauthorized changes, mass bans, and malicious attacks with granular control.

Trusted Admins

Whitelisted members bypass all anti-nuke checks. Only the server owner can use this command.

.antinuke whitelist <member>

Add a trusted user or bot to the whitelist.

Configuration

Configure specific modules to detect and punish abnormal behavior.
Punishments: ban, kick, stripstaff, demote

General Syntax

.antinuke <module> <on|off> [--threshold <num>] [--do <punishment>]

Available Modules

roleDetects mass role creation/deletion
kickDetects mass kicking of members
banDetects mass banning of members
channelDetects mass channel creation/deletion
webhookDetects webhook creation (often used for spam)
vanityProtects server vanity URL changes
botaddPrevents unauthorized bot additions

Examples

// Enable channel protection with ban punishment
User
UserToday at 4:20 PM
.antinuke channel on --threshold 2 --do ban
// Enable role protection with kick punishment
User
UserToday at 4:20 PM
.antinuke role on --threshold 1 --do kick