Rate Limit

Is rate limit reset based on a specific time or does it depend on when you used the code?
2 Replies
d.js toolkit
d.js toolkit•3y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
d.js docs
d.js docs•3y ago
Ratelimits are dynamically assigned by the API based on current load and may change at any point. • The scale from okay to API-spam is sliding and depends heavily on the action you are taking • Rainbow roles, clock and counter channels, and DM'ing advertisements to all members are all examples of things that are not discord Rate Limits: Header Format X-RateLimit-Limit - The number of requests that can be made read more

Did you find this page helpful?