Ready Supplemental Event
This event appears to change every once in a while so these docs might be out of date (probably not)
The ordering of the merged_members field appears to match that of the guilds array sent in the READY event
| Field | Type | Description |
|---|---|---|
| merged_presences | merged presences object | presences of friends and various users in guilds |
| merged_members | array of array of member objects | various members in guilds |
| guilds | array | appears to contain information regarding voice states |
| lazy_private_channels | array | |
| disclose | array of string | contains pomelo if the user should update their username |
Merged Presences Object
Similar the READY_SUPPLEMENTAL's guild_members field, the guilds array's ordering appears to match that of the guilds array sent in the READY event
| Field | Type | Description |
|---|---|---|
| guilds | array of objects similar to presence except user_id is always present and not id |
the presence of a user in a guild |
| friends | same as above | the presence of a friend |