Feature Request: Get Guild Role #3268
Unanswered
SinisterRectus
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
-
Guild roles are always provided in the guild's
roles
arrays and they are kept current byGUILD_ROLE_*
events. With a fully operational gateway connection, there is rarely a need to fetch roles via HTTP. However, after the introduction of intents and stateless client behaviors, it is more likely that objects may become stale and need to be re-fetched via HTTP. With this in mind, I'd like to request that a "Get Guild Role" endpoint be added for fetching individual roles by ID, consistent with how other objects (emojis, bans, members, etc) may be fetched by ID via HTTP.Beta Was this translation helpful? Give feedback.
All reactions