Nested collector for button interaction in slash command
Hello!
I currently have a slash command that creates a thread in another channel and posts a message with 3 buttons. One of the buttons, when pressed, sends and embed with a message and a button.
I am getting the Interaction failed message when pressing the button attached to the embed and my
console.log()
inside of the second button is not being triggered. Attached is a simplified version of the code2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- 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!discord.js 14.11.0
Node v16.9.0