cant receive dm messages from the 'messageCreate' event even after enabling the channel partial
I am trying to create a modmail system but the bot doesnt seem to get any dms from the messageCreate event
These are my partials and intents
https://github.com/TheOreoTM/modmail-bot/blob/fc0ff782c1183c9f0363cfcc27ab83c52ac09c0d/src/lib/config.ts#L34
GitHub
modmail-bot/src/lib/config.ts at fc0ff782c1183c9f0363cfcc27ab83c52a...
Contribute to TheOreoTM/modmail-bot development by creating an account on GitHub.
6 Replies
Is this a duplicate of https://discord.com/channels/737141877803057244/1140057349814489158/1140057349814489158 ?
nope, their issue was that the message that the staff members send arent sent to the user, my issue is that the bot cant detect messages inside dms even after i enabled the intents and enabled the Channel partial
when using the messageCreate event
(either way maybe you two should combine instead of both making yet another modmail system lol)
Do commands work in DM for you or not?
Assuming you configured a prefix
no
they dont
and yeah i configed a prefix
have you enabled the message content intent on the discord dashboard
yes
all privileged intents are enabled