#message collector never gets triggered

7 messages · Page 1 of 1 (latest)

round quailBOT
#

• 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.

olive jolt
#

Is the interaction from a DM channel?

mental wasp
#

the interaction is from a guild

#

oh

#

thank you

#

i changed it to this however this didnt fix the problem

const collector = interaction.user.dmChannel.createMessageCollector({
        filter,
        time: 15000
      });
chrome wedgeBOT
#

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