diff --git a/docs/.resources/bot-guide/discord_privileged_intents.png b/docs/.resources/bot-guide/discord_privileged_intents.png deleted file mode 100644 index 77227d1bd..000000000 Binary files a/docs/.resources/bot-guide/discord_privileged_intents.png and /dev/null differ diff --git a/docs/.resources/bot-guide/discord_privileged_intents_until_aug_31.png b/docs/.resources/bot-guide/discord_privileged_intents_until_aug_31.png new file mode 100644 index 000000000..87ca71bfb Binary files /dev/null and b/docs/.resources/bot-guide/discord_privileged_intents_until_aug_31.png differ diff --git a/docs/bot_application_guide.rst b/docs/bot_application_guide.rst index 0fc4a64e9..abf4e29ec 100644 --- a/docs/bot_application_guide.rst +++ b/docs/bot_application_guide.rst @@ -67,9 +67,9 @@ Enabling Privileged Intents .. image:: /.resources/bot-guide/discord_bot_tab.png :alt: The bot tab in the application page. -5. Scroll down to the "Privileged Gateway Intents" section, enable both privileged intents and save your changes. +5. Scroll down to the "Privileged Gateway Intents" section, enable all three privileged intents and save your changes. - .. image:: /.resources/bot-guide/discord_privileged_intents.png + .. image:: /.resources/bot-guide/discord_privileged_intents_until_aug_31.png :alt: The privileged gateway intents selector. .. warning::