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
you need DIRECT_MESSAGES intent and CHANNEL partial
Not sure what you mean by CHANNEL partial. I already have enabled (and put on the client) the DIRECT_MESSAGES intent.