SuggesterBot is a hosted Discord bot that only requires an invitation to your server. No installation or self-hosting is necessary. Once invited, just use the /config command to set it up.
The bot's configuration is managed through a central configuration file. Create a .env
file with the following settings:
/config = {
'Suggestions Channel ID': 'ID of the channel where approved suggestions will be posted',
'Review Channel ID': 'ID of the private channel where suggestions go for moderator review',
'Voter Role IDs': 'Optional: IDs of roles that can vote on suggestions (comma separated)',
}
Option | Description |
---|---|
/config |
Configuration object with the following properties:
|
Command | Description |
---|---|
/config | Configure the bot for your server. Requires administrator permissions. You'll need to provide channel IDs for suggestions and reviews, and optionally role IDs that can vote. |
/suggest |
Submit a new suggestion. The suggestion will be sent to moderators for review before appearing in the public suggestions channel. |
/stats | View statistics for suggestion usage in your server. Shows total suggestions, approvals, rejections, and vote counts. |
A user submits a suggestion simply by writing them in the #suggestions channel
The suggestion appears in the private review channel with options to edit, approve, or decline
Moderators can edit the suggestion before approval to improve clarity or format
Upon approval, the suggestion is posted to the public suggestions channel. If declined, feedback is sent to the author
Community members can vote with 👍 and 👎 reactions on approved suggestions
Administrators can delete suggestions from the suggestions channel if needed
SuggesterBot is fully hosted by its developer. There is no need for self-hosting - simply invite the bot to your server using the button below.
View Hosting PlansThis bot is designed specifically for Discord integration with Rust game servers and communities.
For support with bot implementation or customization, please contact us.