RoleSelectMenuBuilder interaction failed
Hey i am get interaction failed and no interaction i am getting
6 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 OPIt's an another collector and the interaction which I am getting from it i am replying to that
It send the moderation Role embed successfully but I never get intraction in collector
This is my whole file
https://srcb.in/rU5McEStAt
That works!! but how can you explain plz
<Interaction>.reply/defer/followUp/editReply returns
InteractionResponse
not a Message
, that on itself is not a problem, since collector's method also exist on InteractionResponse, but I think it can chalked up to a bug or issue but for some reasons it doesn't work(I don't know the exact cause), fetchReply
ensures it returns a Message
Intresting