Burger Bot’s feedback system brings structured, rated reviews to your staff team. Members (or a configurable role) can submit 1–5 star feedback on individual staff members, giving leadership meaningful performance data alongside full log access for deeper review.
/submitfeedback
Description: Submit a rated piece of feedback for a specific staff member. Ratings are aggregated and visible to staff via /ratings.
Usage: /submitfeedback <staff_member> <feedback> <rating>
Permissions: Configurable (default: Member)
Parameters:
| Parameter | Type | Required | Description |
|---|
staff_member | User mention | ✅ Yes | The staff member you are submitting feedback for. |
feedback | String | ✅ Yes | Your written feedback describing your experience with this staff member. |
rating | Integer | ✅ Yes | A numeric rating from 1 (poor) to 5 (excellent). |
The minimum role required to submit feedback is configurable by an Administrator via /config feedback. By default, all members can submit feedback.
/ratings
Description: View the aggregated star ratings for a specific staff member, or browse average ratings across the entire staff team.
Usage: /ratings [@staff_member]
Permissions: Staff+
Parameters:
| Parameter | Type | Required | Description |
|---|
staff_member | User mention | ❌ No | The staff member to look up. Omit to view ratings across the full staff team. |
/feedbacklogs
Description: View the detailed, per-submission feedback log for a specific staff member or the full team. Includes written feedback, ratings, submitter information, and timestamps.
Usage: /feedbacklogs [@staff_member]
Permissions: Admin+
Parameters:
| Parameter | Type | Required | Description |
|---|
staff_member | User mention | ❌ No | The staff member to look up. Omit to view detailed logs for all staff members. |
Use /ratings for a quick performance snapshot and /feedbacklogs when you need the full written context — for example, during staff reviews or disciplinary processes.