Skip to main content

🐸 Version 3.10.0

← Back to the Main Changelog

December 11, 2025


πŸ“œ Summary​

Major translation/mirroring improvements: translated embeds, reply context with display names, and throttled translation queues. Forwarding remains unsupported by Discord (client β€œForward” actions aren’t exposed to bots); we document this limitation explicitly.




✨ Visual Highlights​

No media added for this release.




βš™οΈ Full Details​


πŸš€ New​

  • Translation queues with dual lanes (premium ~0.1s cadence, standard ~0.3s) to protect engines and prioritize premium guilds.

πŸ”„ Improved​

  • Webhook embeds: attached message content and embed fields/descriptions are translated before mirroring.
  • Replies: use display names (nicknames), translate the referenced message, and format replies with a translated quoted context to avoid reply-chain bloat.
  • Webhook/bot handling: third-party bots/webhooks mirror; our own mirrored webhooks are skipped to prevent loops.
  • Auto-setup mirrors inherit the same mirroring stack, so the above behaviors apply automatically.

πŸ› Fixed / Clarified​

  • Forwarding: Discord does not expose generic client β€œForward” actions to bots (only announcement crossposts). Generic forwards cannot be mirrored; if nothing usable is present we may send a placeholder, but client-side forwards are not supported.

← Back to the Main Changelog