TypeError: Cannot read properties of undefined (reading 'channels')
Hello, I have the following error: TypeError: Cannot read properties of undefined (reading 'channels')
in the code
if (answer === "yes") {
const postChannel = client.channels.cache.get('1192208360334954507');
What should I improve because I don't want to send messages to this channel?
1 Reply
- 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 OP