How to get forumchannel id of message?
Hello, i have message in forumposts where i need the id of the forumchannel of the message, i searched online and nothing worked so far, so how do i do it?
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!<Message>.channel.parentId
this assumes the channel is a ThreadChanel (post channel in a forum channel) and parentId is the id of forum channel of the post channelthanks that worked for messages