#DMs and private messages

5 messages · Page 1 of 1 (latest)

fathom ice
#

Hello, how can you let a bot send you a dm and then listen to your response to that dm.
13.11.0

shell archBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

shell archBOT
#

To receive direct message events on "messageCreate" with your bot, you will need:
• The DirectMessages gateway intent
• The Channel partial setting

ashen shell
#

DIRECT_MESSAGES and CHANNEL for v13 in your case

#

DMing itself is just <User>.send(…)