4 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.discord.js requires
Guilds
intent. With that intent all guild channels are cached.
client.channels.cache.get('id')
or guild.channels.cache.get('id')
For DM channelsok thx