Burger Bot’s suggestion system gives your community a structured way to share ideas while keeping your staff team in control of the review pipeline. Members submit suggestions through a single command, and staff can accept or deny them with an optional response — keeping the feedback loop transparent and on-brand.
/suggest
Description: Submit a new suggestion to the server’s suggestion channel. The suggestion will be posted as an embed that other members can react to.
Usage: /suggest <suggestion>
Permissions: Member
Parameters:
| Parameter | Type | Required | Description |
|---|
suggestion | String | ✅ Yes | The full text of the suggestion you want to submit. |
The suggestions channel and any submission restrictions can be configured by an Administrator using /config suggestions. See the Utility & Config reference for details.
/acceptsuggestion
Description: Mark a submitted suggestion as accepted and optionally include a staff response that will be posted to the suggestion embed.
Usage: /acceptsuggestion <suggestion_id> [response]
Permissions: Staff+
Parameters:
| Parameter | Type | Required | Description |
|---|
suggestion_id | String | ✅ Yes | The ID of the suggestion to accept. Found in the suggestion embed. |
response | String | ❌ No | An optional message to attach to the suggestion, explaining the decision. |
/denysuggestion
Description: Mark a submitted suggestion as denied and optionally provide a reason that will be posted to the suggestion embed.
Usage: /denysuggestion <suggestion_id> [reason]
Permissions: Staff+
Parameters:
| Parameter | Type | Required | Description |
|---|
suggestion_id | String | ✅ Yes | The ID of the suggestion to deny. Found in the suggestion embed. |
reason | String | ❌ No | An optional explanation for why the suggestion was denied. |
Always including a reason when denying suggestions keeps your community informed and encourages higher-quality submissions over time.