Add presence_count to GUILD_CREATE #3244
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The incoming change in #1528 adds HTTP guild properties
approximate_member_count
andapproximate_presence_count
for users who do not or cannot track these numbers with gateway events. For the sake of consistency, I recommend thatpresence_count
be added to guilds received via theGUILD_CREATE
event (member_count
already exists). This would allow users to have an initial presence count without having to make an HTTP request for every guild on initialization and without having to request presences (assuming they have not omitted the GUILDS intent).Beta Was this translation helpful? Give feedback.
All reactions