Interaction authorizing_integration_owners key
Hello!
For a while now I've been using the raw interaction data in order to get some informations that weren't in discord.js yet, one of them being the authorizing_integration_owners key that can be found in interactions (https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object). I use that key to check when a command is executed if the app was user installed (https://discord.com/developers/docs/tutorials/developing-a-user-installable-app) or if the command is executed because the bot was invited to a guild. With the new discord.js release I've found entitlements being added and wanted to ask if there is currently a way to check for the previously described use case or not as I would like to go back using the normal interactions.
Discord Developer Portal
Discord Developer Portal — API Docs for Bots and Developers
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
Discord Developer Portal
Discord Developer Portal — API Docs for Bots and Developers
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
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 OPUser-Installable Apps are currently in preview. There's no support for them yet
:pr_draft: #10227 in discordjs/discord.js by Syjalo created <t:1713988088:R> (review required)
feat: user-installable apps