Problem with buttons
when i first click prefix button it works, but when i click slash button it says failed interaction on discord and no error on console.
4 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!
node -v 18.16.0
discord.js v14.11.0
use createMessageComponentCollector
so i just have to put
const confirmation = await response.createMessageComponentCollector
instead of const confirmation = await response.awaitMessageComponent
?