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?
//Message Context Command Registration
await ready.rest.post(Routes.applicationCommands(ready.user.id), {
body: {
name: "Report to CADS",
type: ApplicationCommandType.Message,
integration_types: [1], // 1 Means it work in user installed version
contexts: [0,1,2] // 0 means guilds, 1 means bot dms, and 2 means other dm's
}
});
//Message Context Command Registration
await ready.rest.post(Routes.applicationCommands(ready.user.id), {
body: {
name: "Report to CADS",
type: ApplicationCommandType.Message,
integration_types: [1], // 1 Means it work in user installed version
contexts: [0,1,2] // 0 means guilds, 1 means bot dms, and 2 means other dm's
}
});
No description
No description
No description
3 Replies
d.js toolkit
d.js toolkit4mo ago
- 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 OP
monbrey
monbrey4mo ago
Known issue with Discord I believe
23brewert
23brewertOP3mo ago
is there a issue posted somewhere? so I can track it Thank you!
Want results from more Discord servers?
Add your server