Overview
ZeroDay configuration summary for this server.
—
Total Commands
—
Enabled in Server
—
Disabled in Server
Quick Status
Log Channel
Not set
Anti-Spam
Loading…
Anti-Raid
Loading…
CVE Alerts
Loading…
How Command Toggling Works
When you toggle a command off, ZeroDay sets a BotGhost variable named
Important: You must add a condition block to each BotGhost command that checks its variable. See the setup guide below.
cmd_[name]_[serverid] to disabled.
Each BotGhost command checks this variable at startup — if it's set to disabled,
the command replies that it's been disabled in this server and exits immediately.
Important: You must add a condition block to each BotGhost command that checks its variable. See the setup guide below.
BotGhost Setup Guide
For each command you want to be toggleable, add this as the first block in BotGhost:
- Add a Condition Block
- Set condition: Variable
cmd_warn_{server_id}equalsdisabled - In the true branch: add a Reply block → "This command has been disabled in this server."
- In the true branch: add a Stop Command block
- The false branch continues to your normal command logic
warn with the command name and {server_id}
with BotGhost's server ID variable.
Logging
Set channels for moderation logs. Use channel IDs (right-click channel → Copy Channel ID with Developer Mode on).
Log Channels
All events — bans, kicks, edits, deletes, role changes
Manual mod commands only — separate from auto-mod
✓ Saved
Anti-Spam
Configure automatic spam detection and response.
Enable Anti-Spam
Auto-mute members who send messages too fast or repeat content
Mention Spam Protection
Block mass-mention attacks
Duplicate Message Detection
Flag users sending identical messages repeatedly
✓ Saved
Warning System
Configure automatic escalation thresholds.
Default: 3
Default: 10 min
Default: 5
✓ Saved
Anti-Raid
Protect your server from coordinated join attacks.
Enable Anti-Raid
Detect and respond to mass join events automatically
Auto-Lockdown on Raid
Lock the server when a raid is detected, pending mod review
Default: 10 joins in 60s triggers raid mode
✓ Saved
CVE Alerts
Deliver automatic vulnerability alerts to a channel in your server.
Enable CVE Alerts
Post new CVEs automatically to your alert channel
✓ Saved
Welcome Messages
Greet new members automatically when they join.
Enable Welcome Messages
Post a message when someone joins your server
Variables: {user} = mention, {server} = server name, {count} = member count
✓ Saved