Docs / Moderation

Security & Channel Locks

Raid mode, channel locks, slowmode and bulk message clearing for when things go wrong.

When things go wrong

These are the tools you reach for during an incident, not settings you configure once.

Before you need them

Decide now which channel you lock first and who has permission to do it. During an actual raid nobody reads documentation.

Automated protection lives on the dashboard Security tab: anti-raid for join bursts, and anti-nuke for a compromised or rogue admin (mass channel/role deletes, bans, kicks, webhooks, or granting Administrator โ€” Cyndrix strips their roles, optionally bans, and can ping staff). The server owner and Cyndrix are always exempt. Verification is the standing gate for new accounts. /serverlock is the manual lockdown.

A server lock closes channels that explicitly allow @everyone to talk, not just the role default โ€” so a channel deliberately opened inside a locked category is closed too. Staff roles with their own permission keep talking. Timed locks are stored, so restarting the bot mid-lock still lifts it on schedule.

Commands 5

Generated from the bot's source โ€” this list is always what is actually deployed.

/serverlock ADMIN

Lock the whole server so members cannot send messages

/serverlock onsubcommandLock the server
/serverlock offsubcommandUnlock the server
/lock MOD

Lock a channel โ€” deny @everyone from sending messages

channeloptionalChannel to lock (defaults to this one)
durationoptionalAuto-unlock after this long, e.g. 30m, 2h, 1d (max 7d)
reasonoptionalReason (shown in the log)
/unlock MOD

Unlock a channel โ€” restore @everyone sending messages

channeloptionalChannel to unlock (defaults to this one)
reasonoptionalReason (shown in the log)
/slowmode MOD

Set slowmode (rate limit) for this channel

secondsrequiredSeconds between messages (0 to turn off, max 21600)
/clear MOD

Clear messages in the channel

amountrequiredNumber of messages to clear (1-100)
byoptionalOnly clear messages sent by this user

Related