meow
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by meow on 8/2/2023 in #djs-questions
Rate Limit
is there any way to avoid a rate limit?
14 replies
DIAdiscord.js - Imagine an app
•Created by meow on 8/2/2023 in #djs-questions
Rate Limit
I was planning on making a bot that sends DMs to all members in the server
14 replies
DIAdiscord.js - Imagine an app
•Created by meow on 8/2/2023 in #djs-questions
Rate Limit
So I was planning on doing something like suppose after sending 10 messages the bot gets rate limited and I fetch the
X-RateLimit-Reset-After
parameter and setTimeout
to that many seconds then start sending message again. Is that the right way to do it?14 replies
DIAdiscord.js - Imagine an app
•Created by meow on 8/2/2023 in #djs-questions
Rate Limit
like if I were to spam messages, the bot will still be able to send them successfully without any error?
14 replies