6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- 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!it only stuck at the rest part?
Okay something when I see it right it finished the promise after 30 seconds how is that possible ?
Its only the edit request at a announcement channel message all other messages dont take so long to edit
any ideas are welcome
You might have hit a rate limit. Published messages in announcement channels do have a higher one iirc.
Try listening to the
rateLimited
event.That actually makes sense and will be the reason for that 👍
Thanks for your reply