Make sure both a Staff Feedback Channel and a Feedback Logs Channel are configured before enabling feedback collection. See Channel Configuration. The
feedback_channel and logs_channel settings below can also be set directly here.Command Usage
[setting] with a setting name from the list below and [value] with the appropriate value.
Examples:
Settings
The Discord channel where submitted feedback embeds are posted for senior staff to review. Each submission generates a structured embed with the feedback content, rating, and (if not anonymous) the submitter’s name.Default: Inherits from channel configuration (
staff_feedback_channel).The Discord channel where detailed feedback logs are posted. Logs include full submission metadata and are intended for deep review by users with the Feedback Reviewer Role.Default: Inherits from channel configuration (
feedback_logs_channel).Restrict this channel to users with the Feedback Reviewer Role. Feedback logs may contain more granular or sensitive detail than the standard feedback channel embeds.
Controls whether feedback submissions are anonymous by default.
true— Feedback embeds do not display the submitter’s identity. Submitters are not named on the public embed.false— The submitter’s Discord username is shown on the feedback embed.
Regardless of this setting, submission data is always stored internally and visible to admins through feedback management commands. Anonymity applies to the posted embed only.
Restricts who can submit feedback to members holding a specific role. Run this command once per role to build a list of allowed roles.Default: All server members can submit feedback.
The minimum star rating a submitter can give when filing feedback. Useful if you want to prevent extremely low ratings or require at least a minimum level of nuance in the rating scale.Accepted values:
1–5.Default: 1 (all ratings allowed).The maximum number of feedback submissions a single member can make per calendar day. This rate limit prevents spam and ensures feedback data stays meaningful.Accepted values: Any positive integer.Default:
5 submissions per day.Settings Reference
| Setting | Type | Default | Description |
|---|---|---|---|
feedback_channel | Channel | — | Channel for incoming feedback embeds |
logs_channel | Channel | — | Channel for detailed feedback logs |
anonymous | boolean | false | Hide submitter identity on embed |
allowed_roles | Role | All members | Restrict who can submit feedback |
min_rating | integer | 1 | Lowest allowed star rating |
max_submissions_per_day | integer | 5 | Daily submission limit per user |
Related Configuration
Channels
Assign feedback and feedback logs channels from the channels config.
Roles
Set the Feedback Reviewer Role to control who can access detailed feedback logs.
