Manage the rate limit when editing a message #2794
Unanswered
LouisLa88
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I get an error when editing about ~10-20 messages with
editMessageEmbedsById
.I have the impression that we have a limit of 1 message per second with a starting size of 5.
However, the API is returning many errors:
Encountered 429 on route {} with bucket {} Retry-After: {} ms Scope: {}
How can I get JDA to manage the waiting time correctly or do I have to manage it myself?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions