Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion docs/bot_application_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ Enabling Privileged Intents

.. warning::

Red bots with over 100 servers require `bot verification <https://support.discord.com/hc/en-us/articles/360040720412>`_ which is not covered in this guide.
Red bots with 100 servers requires `bot verification <https://support-dev.discord.com/hc/en-us/articles/6207308062871-What-are-Privileged-Intents>`_ and
Red bots that are accessible to over 10,000 unique users requires `review for access <https://support-dev.discord.com/hc/en-us/articles/6207308062871-What-are-Privileged-Intents>`_,
both of which are not covered in this guide.
Remember that :ref:`we do not support public bots <intents>`. We encourage you to read that page before scaling up your bot.

*Parts of this guide have been adapted from* `discord.py intro <https://discordpy.readthedocs.io/en/stable/discord.html#discord-intro>`_ *and* `discord.py privileged intents <https://discordpy.readthedocs.io/en/stable/intents.html#privileged-intents>`_.
4 changes: 2 additions & 2 deletions docs/intents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ our stance regarding "public bots", and the discord bot verification process.
To clarify:

- **Small bots** are bots under 100 servers. They currently do not need to undergo Discord's
bot verification process
bot verification process.
- **Public bots** (or big bots) are bots that have reached 100 servers. They need to be
`verified <https://support-dev.discord.com/hc/en-us/articles/23926564536471-How-Do-I-Get-My-App-Verified>`_
by Discord to join more than 100 servers and gain privileged intents
by Discord to gain privileged intents.

.. warning::

Expand Down
Loading