- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
#Messages Not Sending (No Errors, No 429s)
8 messages · Page 1 of 1 (latest)
Did you add a client.rest.on('rateLimited', console.log) or how did you determine it‘s not ratelimit?
I didn‘t ask if, I asked how you determined
So you didn’t confirm it. You just sent a request circumventing djs‘s queue. You‘re probably rateLimited, which causes djs to queue requests and send them when the ratelimit passes. And your queue probably is so long that you don’t see the edits/deletes/sends you expect to see yet
No, that would only log unexpected 429s, not regular ratelimit throttling that djs handles correctly
How did you confirm there is no load on the route?
Are you running that bot on a dedicated server? Or a shared one?
Again, djs will queue those requests if ratelimit headers tell it to. So monitoring outgoing requests won’t show that