User Apps' behavior with guild oriented contexts and integration types #6796
-
I've been experimenting with user apps lately and realized some unexpected behavior or at least from my team's perspective when it comes to the behavior from the types. And I was wondering if this proposal can be applied in order to give some consistency or flexibility in the design of user apps.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you elaborate here on what these things mean? For example in the second row, what does "in servers" and "in mutual servers" actually mean? Also what does " |
Beta Was this translation helpful? Give feedback.
The two fields are working exactly as intended. If you want a command to work only if the bot is in the server, or with the bot's DM, then you specify
integration_types=[GUILD_INSTALL]
.There is no way to specify that you want a command to work in DMs between users specifically when they share a guild with the app installed, because that is simply not how user installed commands work