User Context Menu in group dms - not sending interaction to gateway
Hello All,
I have setup a user context command for reporting messages to my community.
This command is user-installable.
This command works in other servers that don't have the bot and DM's, however does not work in group DM's.
Discord shows a response as if it sent the interaction to the gateway but it wasn't defered. However I put a console.log function to log any interaction event created, and it does not trigger in group DM's. Again it does log when I do it in DM's or in a guild.
Any idea why it is doing this?
3 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 OPKnown issue with Discord I believe
is there a issue posted somewhere?
so I can track it
Thank you!