diff --git a/docs/bot_application_guide.rst b/docs/bot_application_guide.rst index 451002c61af..4540e048272 100644 --- a/docs/bot_application_guide.rst +++ b/docs/bot_application_guide.rst @@ -81,7 +81,9 @@ Enabling Privileged Intents .. warning:: - Red bots with over 100 servers require `bot verification `_ which is not covered in this guide. + Red bots with 100 servers requires `bot verification `_ and + Red bots that are accessible to over 10,000 unique users requires `review for access `_, + both of which are not covered in this guide. Remember that :ref:`we do not support public bots `. We encourage you to read that page before scaling up your bot. *Parts of this guide have been adapted from* `discord.py intro `_ *and* `discord.py privileged intents `_. diff --git a/docs/intents.rst b/docs/intents.rst index 04889aa2e68..68ff24197c6 100644 --- a/docs/intents.rst +++ b/docs/intents.rst @@ -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 `_ - by Discord to join more than 100 servers and gain privileged intents + by Discord to gain privileged intents. .. warning::