How would I listen to DM messages?

Hello there. The title explains the question. How would I listen to any DM messages. client.on("messageCreate") does not seem to listen to any DM messages at all, so how would I be able to listen to DM messages in order to run commands there too? Thanks.
3 Replies
MrMythical
MrMythical2y ago
you need DIRECT_MESSAGES intent and CHANNEL partial
Batimius
Batimius2y ago
Not sure what you mean by CHANNEL partial. I already have enabled (and put on the client) the DIRECT_MESSAGES intent.
d.js docs
d.js docs2y ago
Suggestion for @batimius:guide Popular Topics: Enabling Partials read more