Skip to content

Commit c8e6c22

Browse files
committed
Shorten changelog with duplicate payload
1 parent e236c32 commit c8e6c22

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/change-log/2025-08-14-introducing-guild-members-rate-limit.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,4 @@ If your application uses [Request Guild Members](/docs/events/gateway-events#req
5252
- Implement caching mechanisms for member data
5353
- Update your cache using the `GUILD_MEMBER_ADD`, `GUILD_MEMBER_UPDATE`, and `GUILD_MEMBER_REMOVE` gateway events
5454

55-
If you hit this limit, you will receive a [`RATE_LIMITED`](/docs/events/gateway-events#rate-limited) event as a response:
56-
57-
```js
58-
{
59-
"op": 0
60-
"t": "RATE_LIMITED",
61-
"d": {
62-
"opcode": 8,
63-
"retry_after": ...,
64-
"meta": {
65-
"guild_id": ...,
66-
"nonce": ...
67-
}
68-
}
69-
}
70-
```
55+
If you hit this limit, you will receive the [`RATE_LIMITED`](/docs/events/gateway-events#rate-limited) event as a response.

0 commit comments

Comments
 (0)