A specialized Discord bot for managing customer reviews and seller reputation in market servers.
Clean and professional vouch display with ratings
Simple vouch submission with star ratings
- ⭐ 5-star rating system
- 📝 Detailed customer reviews
- 🖼️ Support for image attachments (e.g., product screenshots)
- 🔒 Rate limiting to prevent spam
- 🎨 Modern embed design
- 💾 Automatic vouch backup
- 👑 Admin commands for management
-
Invite Bot
- Use the OAuth2 URL from Discord Developer Portal
- Required permissions: Send Messages, Embed Links, Attach Files
-
Configuration
{ "token": "your_bot_token", "clientId": "bot_client_id", "guildId": "server_id", "vouchChannelId": "channel_for_vouches", "ownerId": "admin_user_id" }
-
Start Bot
npm install npm start
-
/vouch
- Submit a reviewreview
- Your feedback (max 1000 chars)stars
- Rating from 1-5 starsattachment
- Optional product image
-
/restore
- Restore vouches from backup (Admin only)
- 5 vouches per user per hour
- Ephemeral command responses
- Automatic backup of all vouches
- Admin-only restore functionality
For support or feature requests, please open an issue on GitHub.