Allow bots to get information about their own integration in a guild without MANAGE GUILD
permissions
#3656
Unanswered
mccoderpy
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 2 replies
-
In addition, this would be practical to query the scopes that the application has in the Guild (currently e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe someone should add the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if bots had the possibility (i.e. the permissions) to retrieve the information about their own integration from the integrations of a guild (https://discord.com/api/v9/guilds/{guild.id}/integrations/{application_id}).
without having the
MANAGE_GUILD
permission.Example:
I want my music bot to send a setup message to the person who added it (if they allow direct messages from server members) when it is added to a server. But to get this I need the user who added the integration. And no person gives a music bot
MANAGE_GUILD
permissions.An alternative/addition would be to recieve the integration (or even just the user who added it) in the
GUILD_JOIN
event -- which is triggered when adding to the server.Beta Was this translation helpful? Give feedback.
All reactions