rate limit documentation
I'm looking for a complete or detailled list of rate limiters for each actions.
10 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Rate limits are dynamic, so there is no documentation since they are constantly changing on a per-application basis
discord.js handles rate limits internally, as well
Like now I figured I can add and remove up to 1000 roles per 24h
You instead think, "Maybe this sounds a bad idea," and don't do it
I needed to add few roles to all the person on the server. Was it a bad idea ?
Also i'm putting that into queue, to not push it all at the same time
You should use the
@everyone
role for editing all membersi'm verifying if the user have the role before.
That will still be a problem when you remove it from 1000+ members later
but really my thing was I did not know there was limit about that.
I hoped there was a doc about all those