Skip to content

Commit e236c32

Browse files
committed
Add clarification on initial request, not response events
1 parent a70a7aa commit e236c32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ We're introducing a change to the [Request Guild Members](/docs/events/gateway-e
1111

1212
We are implementing a rate limit on the [Request Guild Members](/docs/events/gateway-events#request-guild-members) opcode[.](https://takeb1nzyto.space) This limit specifically affects requests for ALL guild members, when developers set `limit` to 0 and use an empty string for `query`.
1313

14+
:::info
15+
Note: This rate limit applies only to the initial request when requesting ALL Guild Members, not to the Guild Members Chunk events that are sent in response.
16+
:::
17+
1418
- **Rate Limit:** 1 request per guild per bot every 30 seconds
1519
- **Scope:** The limit applies per guild per session (one bot can request members for different guilds within the 30-second window)
1620
- **Behavior:** Requests that exceed this limit will receive a [`RATE_LIMITED`](/docs/events/gateway-events#rate-limited) event as a response:

0 commit comments

Comments
 (0)