Make sure a Suggestion Channel is configured before using the suggestion system. See Channel Configuration to assign one. The
suggestion_channel setting below can also be set directly via /config suggestions.Command Usage
[setting] with a setting name from the list below and [value] with the appropriate value.
Examples:
Settings
The Discord channel where submitted suggestions are posted as embeds. This mirrors the
suggestion_channel setting in /config channels — updating it here changes the same value.Default: Inherits from channel configuration.Controls whether the submitter’s name is shown on the suggestion embed.
true— Suggestions are posted without identifying the submitter. Members can share ideas without their name attached.false— The submitter’s Discord username and avatar are shown on the suggestion embed.
Even when
allow_anonymous is set to true, submission data is still stored internally and visible to admins with access to the suggestion management commands. Anonymity applies to the public embed only.Controls whether Burger Bot automatically adds upvote and downvote reactions to each new suggestion embed.
true— Burger Bot adds 👍 and 👎 reactions immediately after posting a suggestion, enabling quick community voting.false— No reactions are added automatically. You can still add custom reactions manually.
The number of minutes a member must wait between submitting suggestions. This prevents suggestion spam and keeps the channel manageable.Accepted values: Any positive integer (minutes).Default:
5 minutes.The minimum number of characters a suggestion must contain before it’s accepted. Submissions shorter than this limit are rejected with an error message to the submitter.Accepted values: Any positive integer (characters).Default:
10 characters.Setting a meaningful minimum length (e.g.,
25–50 characters) encourages members to write detailed, actionable suggestions rather than one-word submissions.Settings Reference
| Setting | Type | Default | Description |
|---|---|---|---|
suggestion_channel | Channel | — | Channel where suggestions are posted |
allow_anonymous | boolean | false | Hide submitter identity on public embed |
reactions | boolean | true | Auto-add upvote/downvote reactions |
cooldown | integer | 5 | Minutes between submissions per user |
min_length | integer | 10 | Minimum suggestion character count |
Related Configuration
Channels
Assign or update the suggestion channel from the channels config.
Roles
Set the Suggestion Manager Role to control who can accept or deny suggestions.
