Unknown Interaction for buttons
Hey, im trying to create a message wich has buttons but it doesnt work. Sometimes it works and sometimes not. I get the error unknown interaction on a line which says . How can that be? My Discord.js version: [email protected] . My node version: 18.12.0
7 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!File i get error in
Error:
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
Command Handler file which is called on interactionCreate event:
I defered the response. the rest of the message either doesnt help me or i dont understand it.
maybe its because my server is to slow?