9 Replies
• 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.collector.on('collect', async i => {
console.log('collected');
});
doesnt log anything
what is
message
defined as?looks like this sir
ephemeral:true
can you
console.log(collector)
just after creating it
just to make sure the code is being ranFor collectors on ephemeral replies you should add
fetchReply: true
optionworked!
thank u