How would I go about getting the currently applied tags in a Forums channel?
I tries this and kept getting
Failed to change thread tags: TypeError: Cannot read properties of undefined (reading 'fetch')
4 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!
- ✅
Marked as resolved by OPthere's no need to fetch them, they're sent with the thread channel
Oh ok