Owner Tools
/mellow, /debug, and /tools.
Owner tools
Owner-only. Registered to PRIVATE_GUILD_ID, gated to OWNER_IDS.
/mellow
View and manage Mellow's AI configuration (the single-row Mellow config table).
| Subcommand | Options | Effect |
|---|---|---|
/mellow view | - | Show the current configuration. |
/mellow toggle | - | Enable or disable the AI. When disabled, all AI features use fixed fallbacks. |
/mellow reload | - | Reload configuration from the database. |
/mellow update | model, prompt, temperature_x10 (0-20), max_tokens (1-4000) | Update model id, system prompt, temperature (times 10), or token cap. |
/mellow features | check_in_tools, coping_tools, ghost_tools, crisis_tools (bool) | Toggle feature groups on or off. |
/mellow update model:claude-haiku-4-5 temperature_x10:7 max_tokens:400/debug
Runtime diagnostics.
| Subcommand | Shows |
|---|---|
/debug database | Database status and row counts. |
/debug ai | AI configuration and connectivity. |
/debug version | Build and runtime version. |
/tools
Operator diagnostics and repository status.
| Subcommand | Options | Shows |
|---|---|---|
/tools status | - | Runtime status: uptime, shard count, memory. |
/tools github | - | Repository info and the latest release. |
/tools version | - | Build and runtime version. |
/tools logs | type | Recent internal logs, optionally filtered by gateway, guild, command, crisis, system, startup, or shutdown. |
/tools grantplus | user, revoke | Grants (or revokes, with revoke:true) a test Mellow+ entitlement for user via Discord's Test Entitlements API. No payment involved; useful for QA and internal testing. |