mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-31 04:25:39 +00:00
- Introduced a QueuedMessage dataclass to manage messages queued for posting to Discord. - Added a background task to process message queues, handling rate limits and retries. - Updated message posting methods to support queuing and retry logic, ensuring robust message delivery. - Implemented proactive rate limiting to prevent exceeding Discord's message limits.