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!
- ✅
Marked as resolved by staffim trying to create a simple page flipping embed thing. where if i press a button it shows u the next page and so on. everything works perfectly find but if i press it doesnt actually finish the interaction or something and on discord it says "'this interaction failed". how can i fix this? everything works fine i think its more of just discord api and need to tell discord that this interaction has been finished
i would appricaite if someone could help <33 thanks
├── [email protected]
├── [email protected]
└── [email protected]
^ npm list
discord.js includes multiple sub-packages, installing these separately can mess with internal code:
Could u explain to me ahat u mean? i feel like that doesnt solve the issue since the listeners are working completely fine…
nvm i founjd the fix! i had to deferupdate on the new interaction which is caused by the button and then pass in interaction to the new function
ty for the reply tho :]
problem was that since im uodating the original interaction, the new interaction caused by the button is not gettin updated