Limitations
While using our application, you may encounter several request limitations. They are used to prevent spam and service overload. There are two types of rate limits: Global and Local.
Global rate limits are set and regulated by Discord:
All bots can send up to 50 requests per second to Discord's API.
Important: Global limits are enforced by Discord, and we cannot modify them.
To prevent interference with messages from other servers, we implement our own local rate limits:
Up to 2 requests per second.
Up to 60 requests per minute.
Any messages exceeding these limits will be automatically queued and sent later. This ensures smooth operation without disrupting other servers or exceeding Discord’s global limits.
✔️ Global Rate Limits
Global rate limits are set and regulated by Discord:
All bots can send up to 50 requests per second to Discord's API.
Important: Global limits are enforced by Discord, and we cannot modify them.
✔️ Local Rate Limits
To prevent interference with messages from other servers, we implement our own local rate limits:
Up to 2 requests per second.
Up to 60 requests per minute.
Any messages exceeding these limits will be automatically queued and sent later. This ensures smooth operation without disrupting other servers or exceeding Discord’s global limits.
Updated on: 03/04/2025
Thank you!