Everything a server actually needs
Every module is off until you turn it on, and every one of them is configured from the same panel.
Moderation
Ban, kick, timeout and warn, every action numbered and searchable. Hierarchy is checked before anything happens, so nobody can act above themselves.
Verification
A CAPTCHA the bot draws itself. No third-party service ever sees your members, because there is no third party — the image is rendered in process.
Anti-raid & anti-nuke
Join-rate detection, mass-action limits and a lockdown that remembers what it changed so it can put it back. Report-only mode first, so you see it work before it acts.
Tickets
Private channels or threads opened from a panel, with questions, claiming and transcripts. Message content is never stored unless you turn transcripts on.
Logging
Deleted and edited messages, joins, leaves, roles, channels, voice. Every log says who did it, sourced from the audit log rather than guessed.
Applications & appeals
Staff openings people apply for, reviewed and voted on in private. Banned members can appeal by DM, and an approved appeal reverses the punishment itself.
Sign in and pick a server
There is no account to make here and no password to choose. Discord tells this site your username and which servers you are in — nothing else, and you can take that back at any time from Discord's own settings.
Sign in with Discord
The standard consent screen, asking for your name and your server list. No email, no messages, and nothing is written down: the login lives in one signed cookie that expires on its own.
Pick a server
Every server where you hold Manage Server, the ones sick is already in listed first. The same permission
/setupchecks inside Discord, so nothing is offered here that would be refused there.Add it where it is missing
One press adds sick to that exact server — Discord opens already pointed at it, instead of a dropdown of every server you are in. Configuration itself is
/setup, inside Discord.
Three steps
Add the bot
It asks for exactly the 19 permissions its code actually uses — no more, and you can untick any of them.
Move its role up
Discord will not let any bot act on a member whose highest role sits above its own. Drag sick above the roles you want it to manage.
Run
/setupPick a feature, and the panel shows what is configured, what is missing and what it still needs before it can run.
The parts most bots do not tell you
The CAPTCHA is drawn here
Verification renders its own image in process. There is no captcha provider, so no third party is handed your members' addresses in exchange for a score.
Addresses are never stored
Where the bot must recognise a returning address it stores a keyed hash, not the address. A stolen database contains no IPs at all.
Message content is not kept
Nothing retains what people say. Ticket transcripts are the one exception and they are off by default.