ChannelNotCached Error when make thread
Version
discord.js - 14.12.1
node js - 18.6.0
Question
I got an error when I try to make a thread which connect with sent message.
Code
Error
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!Make sure you have the guilds intent
And the thread type is set using the ChannelType enum iirc
You would also need to add fetchreply: true when editing as you cant call create on an InteractionResponse
when I added the guild intent, It worked perfectly!! thanks for the help!!