Skip to main content

🐸 Version 3.9.1

← Back to the Main Changelog

December 8, 2025


📜 Summary

This update fixes a critical issue where the dashboard would fail to display channels for servers after the bot was kicked and reinvited. When a server removes and re-adds the bot, the bot may be assigned to a different shard, but the dashboard was only checking the cache for guild information, causing it to fail to find channels. The update now automatically fetches guild data from Discord's API if it's not in the cache, ensuring channels are always displayed correctly regardless of which shard handles the server. Additionally, the dev mode toggle has been removed from the server settings UI as part of streamlining the configuration options.




⚙️ Full Details


🔄 Changed

  • Guild Channel Fetching: Improved the bot's internal API to handle guild channel requests more robustly. When a guild is not found in the cache, the system now automatically attempts to fetch it from Discord's API, ensuring channels are displayed correctly even after the bot is kicked and reinvited to a server.

🐛 Fixed

  • Dashboard Channel Display After Reinvite: Fixed a critical issue where the dashboard would show no channels for servers after the bot was kicked and reinvited. This occurred because the bot's shard assignment can change when a server is reinvited, and the dashboard was only checking cached guild data. The fix ensures the bot fetches fresh guild information when needed, automatically handling shard reassignment.
  • Dev Mode Toggle Removal: Removed the dev mode toggle from the server settings page to streamline the configuration interface. Dev mode functionality remains available for testing but is no longer exposed in the user-facing settings.

← Back to the Main Changelog