DM bot not raising messageCreate event #1284
Unanswered
SpydaBeast
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Part of the guide or code sample the question is about
index.js
messageCreate.js
Question
I'm having trouble getting DM message to work as expected. My messages in other channels work...
For example: this works as expected in 'Text Channels'
My question/story is:
As a... guild member
I would like to... send a DM to bot
So that... bot
console.log('in DM');
returns "in DM"When I run this my original
messageCreate.js
from the code section of this post. I don't receive any error in the console and console doesn't log any messages.How do I acheive this?
What should I check next?
node version: 16.17.1
Bot Permission settings
Bot Status
Server Privacy Settings
Guild Member Pravacy Setting
Thanks
Beta Was this translation helpful? Give feedback.
All reactions