- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
✅Marked as resolved by OP
#Multiple commands using Collectors are clashing
5 messages · Page 1 of 1 (latest)
What’s the purpose of the collectors Map you have there? Because that’s definitely causing clashes between guilds. Also 👇
If you are waiting for button or select menu input from a specific message, don't create the collector on the channel.
- Channel collectors return component interactions for any component within that channel.
- <Channel>.createMessageComponentCollector(…)
+ <Message>.createMessageComponentCollector(…)
what would i define message as? as its an interaction
In case of Cosmetics.js you‘d define it as the result of the interaction.editReply(…) call. Which is a Message