Edit message in thread
I'm trying to edit a message inside a thread, I've channelID(Contains thread), threadID(Contains message) and messageID, I'm not able to figure out how to do so.
I'm trying something like this but no luck
3 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!<ThreadChannel>.fetchMessageById doesnt exist
and also, i dont think threads are cached
Experimented few things and finally got it working like this -