#DiscordAPIError[10062]: Unknown interaction

4 messages · Page 1 of 1 (latest)

astral falconBOT
#

• 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.

west coralBOT
#

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
next wind
#

so I can't use it inside a collector?

paper lichen
#

Can’t use what? You can reply to collected interactions. You just need to make sure you don’t accidentally try to reply to the original interaction instead of the collected one