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

fix(docs): update privileged intent information #1542

Merged
merged 2 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@ def members(self):

.. note::

Currently, this requires opting in explicitly via the developer portal as well.
Bots in over 100 guilds will need to apply to Discord for verification.
This intent is privileged, meaning that bots in 100 guilds that require this intent
would need to request this intent on the Developer Portal.
"""
return 1 << 1

Expand Down Expand Up @@ -827,8 +827,8 @@ def presences(self):

.. note::

Currently, this requires opting in explicitly via the developer portal as well.
Bots in over 100 guilds will need to apply to Discord for verification.
This intent is privileged, meaning that bots in 100 guilds that require this intent
would need to request this intent on the Developer Portal.
"""
return 1 << 8

Expand Down Expand Up @@ -1053,8 +1053,9 @@ def message_content(self):

.. note::

As of April 2022 requires opting in explicitly via the developer portal to receive the actual content
of the guild messages. Bots in over 100 guilds will need to apply to Discord for verification.
As of September 2022 requires opting in explicitly via the Developer Portal to receive the actual content
of the guild messages. This intent is privileged, meaning that bots in 100 guilds that require this intent
would need to request this intent on the Developer Portal.
See https://support-dev.discord.com/hc/en-us/articles/4404772028055 for more information.

"""
Expand Down