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/deletionkickDetects mass kicking of membersbanDetects mass banning of memberschannelDetects mass channel creation/deletionwebhookDetects webhook creation (often used for spam)vanityProtects server vanity URL changesbotaddPrevents unauthorized bot additionsExamples
// Enable channel protection with ban punishment
UserToday at 4:20 PM
.antinuke channel on --threshold 2 --do ban
// Enable role protection with kick punishment
UserToday at 4:20 PM
.antinuke role on --threshold 1 --do kick