Keep saying This interaction failed

Code:
7 Replies
d.js toolkit
d.js toolkit11mo ago
- 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!
Syjalo
Syjalo11mo ago
When you're using the command or clicking a button? You're creating the collector for the created thread. Do you have any buttons in there?
Mussaplays
MussaplaysOP11mo ago
clicking
Mussaplays
MussaplaysOP11mo ago
No description
Mussaplays
MussaplaysOP11mo ago
@Syjalo
duck
duck11mo ago
it does not appear that you're clicking a button in the given thread, and upon testing, it seems as though components do not appear in a thread started from a message with components as mentioned previously, you're creating the collector for the created thread, so the collector is expecting to collect interactions from the thread channel, not the thread's parent you have access to the Message, so why not create the collector on that instead?

Did you find this page helpful?