Diagnostic Commands
Owner-only debugging and diagnostic commands.
Diagnostic commands
All owner-only. Registered to PRIVATE_GUILD_ID, gated to OWNER_IDS. Full option lists are in
/debug
| Subcommand | Shows |
|---|---|
/debug database | Database connectivity and row counts. |
/debug ai | AI configuration and connectivity to Anthropic. |
/debug version | Build version and Go runtime version. |
/tools
| Subcommand | Shows |
|---|---|
/tools status | Uptime, shard count, memory. |
/tools github | Repository info and latest release. |
/tools version | Build and runtime version. |
/tools logs | Recent SystemLog entries, filterable by type (gateway, guild, command, crisis, system, startup, shutdown). |
/mellow
Manage the AI config row at runtime: /mellow view, /mellow update, /mellow features,
/mellow toggle, /mellow reload.
Non-owner diagnostics
Server admins (Manage Server) can run /guilddebug and /guildcontext in their own server -
see
Server Management Commands
.
Server Management Commands
Server configuration and diagnostics for administrators.
Public health and status
Self-hosters can hit GET /healthz on the HTTP API for external monitoring, and
GET /v1/status for live per-shard detail (the website's status page reads this). There is no
/status, /health, or /metrics slash command.