#Multiple commands using Collectors are clashing

5 messages · Page 1 of 1 (latest)

merry nexusBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • 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
raven wolf
#

What’s the purpose of the collectors Map you have there? Because that’s definitely causing clashes between guilds. Also 👇

ruby oasisBOT
#

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(…)
coarse glen
raven wolf
#

In case of Cosmetics.js you‘d define it as the result of the interaction.editReply(…) call. Which is a Message