Rate Limit
Is rate limit reset based on a specific time or does it depend on when you used the code?
2 Replies
• 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.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
Rate Limits: Header Format
X-RateLimit-Limit - The number of requests that can be made
read more
Rate Limits: Header Format
X-RateLimit-Limit - The number of requests that can be made
read more