command interaction with another command

my /report command is interacting when i use my /help command, i've somewhat fixed it but now i get an "DiscordAPIError[10062]: Unknown interaction" error everytime i use the /help command, here is the following code that i'm having issues with:
5 Replies
d.js toolkit
d.js toolkit12mo 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.
d.js docs
d.js docs12mo ago
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
Quinxl
Quinxl12mo ago
SourceBin
report interaction
Instantly share your code with the world.
SourceBin
help command
Instantly share your code with the world.
royc
royc12mo ago
We're missing the code where you're exporting the help command to
Quinxl
Quinxl11mo ago
i'm not exporting it? fixed btw