#message collector never gets triggered
7 messages · Page 1 of 1 (latest)
Is the interaction from a DM channel?
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
});
To receive direct message events on "messageCreate" with your bot, you will need:
• The DirectMessages gateway intent
• The Channel partial setting