Staff Commands
Owner-only commands for Mellow operators.
Staff commands
Mellow has eight private commands. All of them are owner-only: they are registered to
PRIVATE_GUILD_ID and only respond to the Discord user IDs listed in OWNER_IDS. There is no
separate "staff" or "admin" tier.
There are no cross-guild moderation commands. Mellow cannot time out, kick, or ban members of other servers. The only "ban" concepts are blocking a user or a guild from using Mellow itself.
The commands
| Command | Purpose | Page |
|---|---|---|
/mellow | View and manage the AI configuration | |
/debug | Runtime diagnostics (database, AI, version) | |
/tools | Operator status, GitHub info, internal logs | |
/user | Manage user records, roles, and Mellow-level bans | |
/guild | Manage guild records and Mellow-level guild bans | |
/feedback-manage | Review, reply to, and approve user feedback | |
/report-manage | Review and triage user reports | |
/changelog | Publish PATCHNOTES.md entries to the bot listing |
Related public commands
Regular users interact with the private tooling through:
/feedback message:- submit feedback (reviewed with/feedback-manage)/report message:- submit a report (triaged with/report-manage)/guilddebugand/guildcontext- per-server diagnostics for server admins (not owner-only); seeServer Management Commands.Server Management Commands
Server configuration and diagnostics for administrators.