Skip to content

Commit 85eddd4

Browse files
committed
precious links
1 parent 1d70ce5 commit 85eddd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/events/gateway-events.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,17 +1488,17 @@ See changelog for [Introducing Rate Limit When Requesting All Guild Members](/do
14881488
|-------------|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
14891489
| opcode | integer | [Gateway opcode](/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes) of the event that was rate limited |
14901490
| retry_after | float | The number of seconds to wait before submitting another request |
1491-
| meta | [Rate Limit Metadata for Opcode](/docs/events/gateway-events#rate-limit-metadata-structure-for-opcode) | Metadata for the event that was rate limited |
1491+
| meta | [Rate Limit Metadata for Opcode](/docs/events/gateway-events#rate-limited-rate-limit-metadata-for-opcode-structure) | Metadata for the event that was rate limited |
14921492

14931493
###### Rate Limit Metadata for Opcode Structure
14941494

14951495
| Opcode | Type |
14961496
|--------|----------------------------------------------------------------------------------------------------------------------------|
1497-
| 8 | [Request Guild Member Rate Limit Metadata](/docs/events/gateway-events#request-guild-member-rate-limit-metadata-structure) |
1497+
| 8 | [Request Guild Member Rate Limit Metadata](/docs/events/gateway-events#rate-limited-request-guild-member-rate-limit-metadata-structure) |
14981498

14991499
###### Request Guild Member Rate Limit Metadata Structure
15001500

15011501
| Field | Type | Description |
15021502
|----------|-----------|----------------------------------------------------------------------------------------------------------------------------------|
15031503
| guild_id | snowflake | ID of the guild to get members for |
1504-
| nonce? | string | nonce to identify the [Guild Members Chunk](/docs/events/gateway-events/docs/events/gateway-events#guild-members-chunk) response |
1504+
| nonce? | string | nonce to identify the [Guild Members Chunk](/docs/events/gateway-events#guild-members-chunk) response |

0 commit comments

Comments
 (0)