Skip to main content

🐸 Version 3.6.5

← Back to the Main Changelog

November 24, 2025


📜 Summary

This update improves error management by automatically ignoring expected shard-related errors and updates all error references from "mirror" to "auto-setup" to reflect the current feature naming.




⚙️ Full Details


✨ Added

  • No additions.

🔄 Changed

  • Error Category Naming: Updated all error categories and titles from "mirror" to "auto-setup" to match the current feature naming convention.
  • Error Auto-Ignore: Errors related to "guild not found on this shard" are now automatically marked as ignored, as these are expected in a sharded environment and will be handled by the correct shard.

🐛 Fixed

  • Shard Error Spam: Fixed an issue where "guild not found on this shard" errors were cluttering the error dashboard. These errors are now automatically ignored since they're expected behavior in a multi-shard setup where the guild exists on a different shard.
  • Error Naming Consistency: Updated all error messages and categories to use "auto-setup" terminology instead of the old "mirror" naming for better consistency across the application.

← Back to the Main Changelog