Unknown interaction

Error Logs: https://sourceb.in/QiMpAQzc9i Command Code: https://sourceb.in/j8vU677GKg its happening with every interaction, button, dropdown menu, selection menu and I didnt changed anything in code expect Ephemeral update and its happening for some reason
No description
6 Replies
d.js toolkit
d.js toolkit•2w 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!
Arpan 🔱
Arpan 🔱OP•2w ago
No description
d.js docs
d.js docs•2w ago
Common causes of DiscordAPIError[10062]: Unknown interaction: - Initial response took more than 3 seconds âžž defer the response *. - Wrong interaction object inside a collector. - Two processes handling the same command (the first consumes the interaction, so it won't be valid for the other instance) * Note: you cannot defer modal or autocomplete value responses
treble/luna
treble/luna•2w ago
3d bullet point
Arpan 🔱
Arpan 🔱OP•2w ago
what do you mean?
treble/luna
treble/luna•2w ago
read the third bullet point of the tag

Did you find this page helpful?