Expand data presented in interaction.guild #7007
Unanswered
VelvetToroyashi
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
Uh oh!
There was an error while loading. Please reload this page.
-
interaction.guild
is a very sparsely documented object (read: "partial guild")According to advaith, this currently includes
id
,features
, andlocale
.Exposing the guild's boost level would also be a useful metric to [explicitly] have here for some bots that upload content directly to Discord, as upload limits are tied to this metric, and requires fetching the guild over REST (or caching from gateway events), which may not always be possible or feasible.
Beta Was this translation helpful? Give feedback.
All reactions