🐸 Version 3.11.2
January 25, 2026
Summary
New Feature Request system allowing premium guilds to submit, upvote, and discuss feature ideas. Enhanced system monitoring with detailed RAM usage, CPU cores, load averages, and 24-hour historical graphs. Support ticket Discord webhook notifications, improved premium indicators, and expanded premium benefits display.
New Features
Feature Request System
Premium guilds can now submit feature requests directly from their dashboard:
- Trello-style board showing Pending, Under Review, Accepted, and Implemented requests
- Upvote system (+1 button) so users can show support for features they want
- Comment system allowing all users to discuss feature requests
- User avatars and usernames displayed on requests and comments
- Role tags - "Developer" (purple), "OP" (green), "Support" (blue) for easy identification
- Hall of Fame section for implemented features showing which version added them and crediting the requesting user/guild
- Markdown support for request descriptions and comments (GitHub Flavored Markdown)
- Admin panel for managing requests: accept, deny, mark as implemented, add admin notes, delete comments
- Guild blacklist system for abuse prevention
- Manual feature request creation from admin panel
Support Ticket Webhook Notifications
Guilds can now configure a Discord channel to receive webhook notifications when admins reply to their support tickets:
- Automatic webhook creation when selecting a channel
- Smart webhook reuse if server is at Discord's webhook limit
- Clean notification messages with ticket subject and dashboard link
- Easy enable/disable from the support ticket page
System Monitoring Enhancements
- 24-Hour Metrics Graph - New interactive line chart showing CPU and RAM usage over the last 24 hours for any monitored server
- Historical Metrics Storage - System metrics are now stored in the database, allowing historical analysis and trending
- INFO Log Category - Info-level logs now have their own dedicated tab in the admin error logs page, separate from actual errors
Improvements
- Premium Indicators Redesigned - Changed blue "Available" badges to gold "Premium" badges throughout the dashboard for clearer premium feature identification
- Feature Requests on Guild Dashboard - Premium guilds now have a dedicated Feature Requests card on their server settings page
- RAM Usage Display - System monitoring now shows actual RAM values (e.g., "12.5 GB / 32.0 GB") instead of just percentages
- CPU Core Count - Each monitored server now displays its physical CPU core count
- System Load Averages - Added 1-minute load average display for each server
- Server Uptime - Each online server now shows its uptime
- Compact Server Cards - Redesigned server cards with a more compact layout fitting all 5 servers on larger screens
- Priority Queue Benefits - Added "Priority Translation Queue" and "Priority Feature Requests" to the premium comparison page
- Auto-Refresh Monitoring - System stats refresh every 30 seconds, historical chart updates every 5 minutes
- Interactive Server Selection - Server cards are now clickable to select them for the historical chart
- Toggle Chart Visibility - Added a "Hide/Show Chart" button to collapse the graph when not needed
- Webhook Error Handling - Better error messages when webhook creation fails, with automatic fallback to reusing existing webhooks
Bug Fixes
- Shard Error Spam - "Guild not found on this shard" and "Source category not found on this shard" messages no longer flood the error logs - these expected sharding messages are now filtered out
- Webhook Limit Handling - If a server has reached Discord's webhook limit, the bot now intelligently reuses an existing webhook instead of failing silently
- Channel List API - Fixed authentication and URL routing issues that prevented Discord channels from loading in notification settings
- Webhook Creation API - Fixed missing API key authentication when creating webhooks for ticket notifications