how to i listen for dm messages

client.on(Events.MessageCreate, async (interaction) => {
        console.log(interaction)
});

this doesnt seem to be getting called in dms

i have the intents dms and message content
Was this page helpful?