Information Commands
Help, status, and reference commands.
Information commands
| Command | Description |
|---|---|
/help | Lists all Mellow commands, grouped by category. |
/about | About Mellow, its author, source, and licence (AGPL-3.0). |
/ping | Bot latency, uptime, and goroutine count. |
/support | Link to the support server. |
/privacy | A short summary of how your data is handled, plus a link to the full policy. |
/docs | Link to this documentation. |
/source | Link to the source repository. |
/version | Running version, Go version, and the latest published release. |
/stats | Community statistics: users, servers, conversations, check-ins, crisis events. |
/invite | The invite link for Mellow. |
Notes
/versioncompares the running build against the latest GitHub release and tells you if an update is available. Version numbers come from GitHub release tags./statsreports aggregate counts only; no per-user data is exposed.- There is no
/status,/health, or/metricscommand. Operational health is available to self-hosters at the HTTP API'sGET /healthzendpoint and via the owner-only/tools status.