Unknown interaction

https://srcb.in/BSONkdUQ1S https://srcb.in/X3YTyb6NA0 It's giving unknown interaction error When I use buttons it works but when I selectmenu it gives error Same happens with select menu it gives error like which is first used only that works
SourceBin
automod function
Instantly share your code with the world.
2 Replies
d.js toolkit
d.js toolkit2w 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! - Marked as resolved by staff
d.js docs
d.js docs2w 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

Did you find this page helpful?