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
typo
Co-Authored-By: Nadir Chowdhury <chowdhurynadir0@outlook.com>
  • Loading branch information
msciotti and NCPlayz authored Jan 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2a306d3596eeafa3cc7a320a858c9a0ad8973842
2 changes: 1 addition & 1 deletion docs/topics/Gateway.md
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ Any [events not defined in an intent](#DOCS_TOPICS_GATEWAY/commands-and-events-g
### Privileged Intents

> danger
> As of <date>, Gateway Intents are optional in v6 **except for `GUILD_PRESENCES`**. If you wish to get `PRESENCE_UPDATE` events, you **must** declare the intent. Otherwise, you will no longer receive `PRESENCE_UPDATES` events on the v6 gateway after <date>
> As of <date>, Gateway Intents are optional in v6 **except for `GUILD_PRESENCES`**. If you wish to get `PRESENCE_UPDATE` events, you **must** declare the intent. Otherwise, you will no longer receive `PRESENCE_UPDATE` events on the v6 gateway after <date>

> warns
> The current limit for specifying privileged intents without whitelisting is 100 guilds.