AdmiBot Logo

Suggestions

Allow members to submit suggestions and let the community vote while moderators approve or decline them.

/suggestion setup [channel]

  • Description: Configure the channel where suggestions will be sent and voted on.
  • Example: /suggestion setup #suggestions

Once configured, all new suggestions will automatically be posted in the selected channel where members can vote.


How Suggestions Work

When the system is enabled, members can create suggestions which will be posted in the configured suggestions channel.

Each suggestion:

  • Receives a generated suggestion ID
  • Allows members to vote using reactions
  • Can be approved or declined by moderators

Moderators can then review suggestions and update their status accordingly.


/suggestion create [title] [description]

  • Description: Create a new suggestion for the server.
  • Example: /suggestion create Add Music Bot It would be great to have a music bot for voice channels.

The suggestion will automatically be posted in the configured suggestions channel where users can vote on it.


/suggestion approve [suggestion_id] (reason)

  • Description: Approve a suggestion.
  • Reason: Optionally specify why the suggestion was approved.
  • Example: /suggestion approve eta7Fq Good idea for the community

/suggestion decline [suggestion_id] (reason)

  • Description: Decline a suggestion.
  • Reason: Optionally specify why the suggestion was declined.
  • Example: /suggestion decline eta7Fq Not suitable for this server

/suggestion status [suggestion_id]

  • Description: View the current status of a suggestion.
  • Example: /suggestion status eta7Fq

/suggestion toggle [state]

  • Description: Enable or disable the suggestion system.
  • State: on or off
  • Example: /suggestion toggle on
AdmiBot Documentation