From fe06b3d8b503e5a1810343d8c89c06a322d8e755 Mon Sep 17 00:00:00 2001 From: Colin Loretz Date: Tue, 21 Jul 2026 16:07:35 -0700 Subject: [PATCH] flags_new for ready event --- developers/events/gateway-events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/events/gateway-events.mdx b/developers/events/gateway-events.mdx index cb3a313c6e..50f1a32d1a 100644 --- a/developers/events/gateway-events.mdx +++ b/developers/events/gateway-events.mdx @@ -469,7 +469,7 @@ The ready event is dispatched when a client has completed the initial handshake | session_id | string | Used for resuming connections | | resume_gateway_url | string | Gateway URL for resuming connections | | shard? | array of two integers (shard_id, num_shards) | [Shard information](/developers/events/gateway#sharding) associated with this session, if sent when identifying | -| application | partial [application object](/developers/resources/application#application-object) | Contains `id` and `flags` | +| application | partial [application object](/developers/resources/application#application-object) | Contains `id`, `flags`, and `flags_new` | #### Resumed