1. Download SuggesterBot from the provided source
2. Create a Discord bot application and copy the token
3. Configure config.json with your bot token and settings
4. Create suggestion channels and category IDs
5. Set up staff review channels
6. Install dependencies with pip install -r requirements.txt
7. Run the bot with python bot.py and authorize to your server
Key configuration options include:
| Command | Description | Permission |
|---|---|---|
| /suggest <idea> | Submit a suggestion to the server | Everyone |
| /suggest anonymous <idea> | Submit an anonymous suggestion | Everyone |
| /suggest status <id> <status> | Update suggestion status | Staff |
| /suggest comment <id> <comment> | Add a staff comment to a suggestion | Staff |
| /suggest approve <id> | Approve a suggestion | Admin |
| /suggest reject <id> <reason> | Reject a suggestion | Admin |
| /suggest list <status> | List suggestions by status | Staff |
| /suggest stats | View suggestion statistics | Admin |
This bot is designed specifically for Discord integration with Rust game servers and communities.
For support with bot implementation or customization, please contact us.