mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
7ee77c16c0
- 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.