Skip to content

Commit 1f46d32

Browse files
authored
Fix markdown (#7832)
1 parent c6b93fc commit 1f46d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/events/gateway-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ You can use the `chunk_index` and `chunk_count` to calculate how many chunks are
803803
|-------------|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|
804804
| guild_id | snowflake | ID of the guild |
805805
| members | array of [guild member](/docs/resources/guild#guild-member-object) objects | Set of guild members |
806-
| chunk_index | integer | Chunk index in the expected chunks for this response (`0 <= chunk\_index < chunk\_count`) |
806+
| chunk_index | integer | Chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`) |
807807
| chunk_count | integer | Total number of expected chunks for this response |
808808
| not_found? | array | When passing an invalid ID to `REQUEST_GUILD_MEMBERS`, it will be returned here |
809809
| 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 |

0 commit comments

Comments
 (0)