Interaction reference
I am looking to refer my interaction to a bullmq job to process the data sequentially. Is there a way to do that, like fetch interaction ?
Discord version:
^v14.19.3
Bun version: 1.2.123 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 OPNo, interactions cant be fetched
You just need the interaction id and token to respond to it, you can construct an
InteractionWebhook to do soOk, so how to do that.....
I think I know how to do that, thank you so much