Trying to create a transcript
I use
discord-html-transcripts
to try to get a transcript of the current channel sent to a different one. Image shows what the error seems to be, but I have no idea what it means </3
Code:
The 'yo creating a transcript' sends, but not the 'Creating a transcript... (please wait)'. It also works in some channels, but not others. Any help would be greatly appreciated -- thank you so much!!4 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!
- ✅
Marked as resolved by OPack i wasn't sure what to tag so i taggd node as well but that's prob not applicable here?
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 responsesThank you so much!! That fixed the issue :))