message.createMessageComponentCollector
Collector is not collecting interactions from the message.
For example when selecting one of the options from the select menu on the message it will not trigger the console to log A.
No errors.
Nothin
5 Replies
withResponse isn't a message flag, but rather its own interaction reply option alongside components and flags
furthermore with withResponse: true, interaction.reply() will resolve in an InteractionCallbackResponse, not the Message, so you'd need to access <InteractionCallbackResponse>.resource.message:method: ChatInputCommandInteraction#reply()
discord.js@14.21.0
Creates a reply to this interaction. Use the withResponse option to get the interaction callback response.
Thank you so much it works now! No idea that was a thing but now I know.
The thread owner has marked this issue as solved.