Guild-specific scopes #7319
Unanswered
md5
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if there were guild-specific scopes that an application could request instead of
guilds
andguilds.members.read
. I'm thinking these would be something likeguilds(12345)
andguilds(12345).members.read
, meaning that the scope would only allow reading guild information and membership/roles for guild12345
. The goal would be to allow fetching a user's roles within a specific guild with a known id without having to ask them for permission to see all of the guilds they are part of.I looked around to see if this had been asked, but didn't find anything. The closest I found was #6846, which seemed like it could benefit from such a feature.
Beta Was this translation helpful? Give feedback.
All reactions