I deployed a project with a Discord bot and got the following error What should I do?
discord.errors.HTTPException: 429 Too Many Requests (error code: 0): You are being blocked from accessing our API temporarily due to exceeding our rate limits frequently. Please read our docs at https://discord.com/developers/docs/topics/rate-limits to prevent this moving forward.
Hey,
As the error indicates, you’re being rate-limited by Discord. I recommend reading their documentation to understand how their rate limiting works and ensure you’re not overwhelming their API with too many requests. If you’re deploying a bot, make sure you’re using a background worker instead of a web service.
Jérémy.
Render Support, UTC+3
Thank you. I will consider it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.