Mellow LogoMellow

Admin Tools

/feedback-manage, /report-manage, and /changelog.

Admin tools

Owner-only. These handle the queues fed by the public /feedback and /report commands, plus the bot-listing changelog.

/feedback-manage

Review and moderate user feedback.

SubcommandOptionsEffect
/feedback-manage listapproved_only (bool)List feedback.
/feedback-manage viewid (required)View one feedback item and its replies.
/feedback-manage replyid (required), message (required)Reply to a feedback item.
/feedback-manage approveid (required), public (bool), featured (bool)Approve feedback; optionally make it public or feature it as a testimonial.
/feedback-manage unapproveid (required)Unapprove feedback.
/feedback-manage deleteid (required)Delete feedback.

Only feedback explicitly approved here, with public set, is served by the API's GET /v1/testimonials. The user's wording is preserved.

/report-manage

Review and triage user reports.

SubcommandOptionsEffect
/report-manage liststatus (open, investigating, resolved, closed)List reports.
/report-manage viewid (required)View one report and its replies.
/report-manage statusid (required), status (required)Set a report's status.
/report-manage replyid (required), message (required)Reply to a report.

/changelog

Publish end-user-friendly changelog entries from PATCHNOTES.md (path set by PATCHNOTES_PATH) to the bot's listing.

SubcommandOptionsEffect
/changelog preview-Show the latest PATCHNOTES entry without publishing.
/changelog publishversion (default: latest), force (bool)Publish an entry to the listing. force republishes an existing version.
/changelog list-List published changelog entries.
/changelog deleteid (required)Delete a published entry.

PATCHNOTES.md is maintained as a reader-friendly companion to the repository's CHANGELOG.md.

On this page