Buttons

https://srcshare.io/64bc52f9fa3442a7f7ec6724 The bot sends: this interaction failed, no errors on the console.
SrcShare
Easily share your source code with other developers.
5 Replies
d.js toolkit
d.js toolkitโ€ข3y ago
- What's your exact discord.js npm list discord.js and node node -v version? - Post the full error stack trace, not just the top part! - Show your code! - Explain what exactly your issue is. - Not a discord.js issue? Check out #useful-servers. - Issue solved? Press the button!
SpecialSauce
SpecialSauceโ€ข3y ago
You catch the errors but donโ€™t log anything. Try to console.log the error in your catch block.
d.js docs
d.js docsโ€ข3y ago
Tag suggestion for @specialsauce: Common causes of DiscordAPIError[10062]: Unknown interaction: - Initial response took more than 3 seconds โžž defer the response *. - Wrong interaction object inside a collector. * Note: you cannot defer modal or autocomplete value responses
SpecialSauce
SpecialSauceโ€ข3y ago
Then you have your answer. Defer or reply sooner And if this is a button handler you should be checking if itโ€™s a button interaction before calling run()

Did you find this page helpful?