DM messages doesent get handled

Hey, does anyone know why my bot only handle dm´s when i use partials ? Cuz ive tried to use it with them and it works but none of the channel or message are not fully loaded... https://codeishot.com/5sPYEIdt
A snippet for you: index.js
const { Client, IntentsBitField, Events, Partials
2 Replies
d.js toolkit
d.js toolkit3d ago
- 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
d.js docs
d.js docs3d ago
To receive direct message events on "messageCreate" with your bot, you will need: - The DirectMessages gateway intent - The Channel partial setting :guide: Popular Topics: Partial Structures read more

Did you find this page helpful?