Browse Source

Merge 93c090e893 into 1add8a0b40

pull/10463/merge
shlok 2 weeks ago
committed by GitHub
parent
commit
608da328f1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      discord/flags.py
  2. BIN
      docs/images/discord_privileged_intents.png
  3. 2
      docs/intents.rst
  4. 1
      docs/locale/ja/LC_MESSAGES/api.po

6
discord/flags.py

@ -905,7 +905,7 @@ class Intents(BaseFlags):
.. 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.
Bots with over 10,000 users will need to apply to Discord for verification.
"""
return 1 << 1
@ -1062,7 +1062,7 @@ class Intents(BaseFlags):
.. 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.
Bots with over 10,000 users will need to apply to Discord for verification.
"""
return 1 << 8
@ -1273,7 +1273,7 @@ class Intents(BaseFlags):
.. 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.
Bots with over 10,000 users will need to apply to Discord for verification.
.. versionadded:: 2.0
"""

BIN
docs/images/discord_privileged_intents.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 87 KiB

2
docs/intents.rst

@ -74,7 +74,7 @@ A privileged intent is one that requires you to go to the developer portal and m
.. warning::
Enabling privileged intents when your bot is in over 100 guilds requires going through `bot verification <https://support.discord.com/hc/en-us/articles/360040720412>`_. If your bot is already verified and you would like to enable a privileged intent you must go through `Discord support <https://dis.gd/contact>`_ and talk to them about it.
Enabling privileged intents when your bot has over 10,000 users requires going through `bot verification <https://support.discord.com/hc/en-us/articles/360040720412>`_. If your bot is already verified and you would like to enable a privileged intent you must go through `Discord support <https://dis.gd/contact>`_ and talk to them about it.
.. note::

1
docs/locale/ja/LC_MESSAGES/api.po

@ -20187,6 +20187,7 @@ msgstr "詳細については、 :ref:`メンバーインテントの説明 <nee
#: ../../docstring of discord.Intents.members:32
#: ../../docstring of discord.Intents.presences:17
#: ../../docstring of discord.Intents.message_content:19
msgid "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."
msgstr "現在、開発者ポータルからも明示的にオプトインする必要があります。100を超えるギルドに属するボットは、認証のためにDiscordに申請する必要があります。"

Loading…
Cancel
Save