Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway Intents #1307

Merged
merged 15 commits into from
Feb 14, 2020
Prev Previous commit
Next Next commit
Update docs/topics/Gateway.md
Co-Authored-By: MichiRecRoom <1008889+LikeLakers2@users.noreply.github.com>
  • Loading branch information
night and LikeLakers2 committed Feb 14, 2020
commit f2b13eb3ec23c3ce6c53529e8cc5936fc4dc44b0
2 changes: 1 addition & 1 deletion docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ If you are using [Gateway Intents](#DOCS_TOPICS_GATEWAY/gateway-intents), there
- `GUILD_MEMBERS` intent is required to request the entire member list—`(query=‘’, limit=0<=n)`
- You will be limited to requesting 1 `guild_id`
- Requesting a prefix will return a maximum of 100 members
- Rquesting `user_ids` will continue to be limited to returning 100 members
- Requesting `user_ids` will continue to be limited to returning 100 members

###### Guild Request Members Structure

Expand Down