Guide

Anti-Raid Guide

Auto-detect raids with lockdown & punishment actions.

Overview

Auto-detect raids with lockdown & punishment actions. This guide walks you through setup, options and best-practices for the Anti-Raid module.

Quick setup

/antiraid setup
Every command in this module also works from the web dashboard.

Step-by-step

  1. Run the setup command above to enable the module.
  2. Configure the channels and roles the module should use.
  3. Use /antiraid status (where available) to verify the configuration.
  4. Test the flow in a private channel before rolling out.

All Anti-Raid commands (4)

/antiraid setup

Configure the Anti-Raid system.

Requires: Administrator
Parameters
NameTypeRequiredDescription
enabledBooleanYes
log_channelTextChannelYes
join_limitIntegerYesJoins that trigger raid mode.
join_intervalInteger (seconds)Yes
min_account_ageInteger (days)Yes
actionKick | Ban | TimeoutYes
lockdown_on_raidBooleanYes
Example
/antiraid setup enabled:True log_channel:#logs join_limit:10 join_interval:10 min_account_age:3 action:kick lockdown_on_raid:True
/antiraid lockdown

Manually lock or unlock every text channel.

Requires: Administrator
Parameters
NameTypeRequiredDescription
actionon | offYes
/antiraid status

Show the current Anti-Raid configuration & live state.

/antiraid reset

Reset raid mode — clears counters & lock status.

Requires: Administrator