From faa063688050fc5bf4a7d47e9226575c6faea9bd Mon Sep 17 00:00:00 2001 From: VAKiliner <119078586+vakiliner@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:42:27 +0300 Subject: [PATCH] Fix markdown --- docs/events/gateway-events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/events/gateway-events.mdx b/docs/events/gateway-events.mdx index aecfd1056a..131f2ac517 100644 --- a/docs/events/gateway-events.mdx +++ b/docs/events/gateway-events.mdx @@ -803,7 +803,7 @@ You can use the `chunk_index` and `chunk_count` to calculate how many chunks are |-------------|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| | guild_id | snowflake | ID of the guild | | members | array of [guild member](/docs/resources/guild#guild-member-object) objects | Set of guild members | -| chunk_index | integer | Chunk index in the expected chunks for this response (`0 <= chunk\_index < chunk\_count`) | +| chunk_index | integer | Chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`) | | chunk_count | integer | Total number of expected chunks for this response | | not_found? | array | When passing an invalid ID to `REQUEST_GUILD_MEMBERS`, it will be returned here | | presences? | array of [presence](/docs/events/gateway-events#presence) objects | When passing `true` to `REQUEST_GUILD_MEMBERS`, presences of the returned members will be here |