diff --git a/docs/.resources/admin/public_bot.png b/docs/.resources/admin/public_bot.png index c16080c11..ce4e70be7 100644 Binary files a/docs/.resources/admin/public_bot.png and b/docs/.resources/admin/public_bot.png differ diff --git a/docs/.resources/bot-guide/discord_bot_tab.png b/docs/.resources/bot-guide/discord_bot_tab.png index 3bd3d12f7..a85b4594f 100644 Binary files a/docs/.resources/bot-guide/discord_bot_tab.png and b/docs/.resources/bot-guide/discord_bot_tab.png differ diff --git a/docs/.resources/bot-guide/discord_bot_user_options.png b/docs/.resources/bot-guide/discord_bot_user_options.png index 8133f4c56..5bad4e0ba 100644 Binary files a/docs/.resources/bot-guide/discord_bot_user_options.png and b/docs/.resources/bot-guide/discord_bot_user_options.png differ diff --git a/docs/.resources/bot-guide/discord_create_app_form.png b/docs/.resources/bot-guide/discord_create_app_form.png index 123aaebb6..b8383cd41 100644 Binary files a/docs/.resources/bot-guide/discord_create_app_form.png and b/docs/.resources/bot-guide/discord_create_app_form.png differ diff --git a/docs/.resources/bot-guide/discord_installation_options.png b/docs/.resources/bot-guide/discord_installation_options.png index 2326e8458..968c4005c 100644 Binary files a/docs/.resources/bot-guide/discord_installation_options.png and b/docs/.resources/bot-guide/discord_installation_options.png differ diff --git a/docs/.resources/bot-guide/discord_installation_tab.png b/docs/.resources/bot-guide/discord_installation_tab.png index a61bd9215..ac1e958c8 100644 Binary files a/docs/.resources/bot-guide/discord_installation_tab.png and b/docs/.resources/bot-guide/discord_installation_tab.png differ diff --git a/docs/.resources/bot-guide/discord_privileged_intents.png b/docs/.resources/bot-guide/discord_privileged_intents.png index 81c5b56b5..a834bc15f 100644 Binary files a/docs/.resources/bot-guide/discord_privileged_intents.png and b/docs/.resources/bot-guide/discord_privileged_intents.png differ diff --git a/docs/.resources/code-grant.png b/docs/.resources/code-grant.png index 764f202bd..9fe2383ee 100644 Binary files a/docs/.resources/code-grant.png and b/docs/.resources/code-grant.png differ diff --git a/docs/.resources/trivia/trivia_author.png b/docs/.resources/trivia/trivia_author.png index 389de16d9..3a5dc3fba 100644 Binary files a/docs/.resources/trivia/trivia_author.png and b/docs/.resources/trivia/trivia_author.png differ diff --git a/docs/bot_application_guide.rst b/docs/bot_application_guide.rst index 7140cdd99..451002c61 100644 --- a/docs/bot_application_guide.rst +++ b/docs/bot_application_guide.rst @@ -26,7 +26,7 @@ Creating a Bot account is a pretty straightforward process. .. image:: /.resources/bot-guide/discord_create_app_form.png :alt: The new application form filled in. -5. Navigate to the "Install" tab on the left side of the screen. +5. Open the "Overview" category and navigate to the "Installation" tab on the left side of the screen. .. image:: /.resources/bot-guide/discord_installation_tab.png :alt: The installation tab in the application page. @@ -50,8 +50,6 @@ Creating a Bot account is a pretty straightforward process. 9. Acquire the token using the "Reset Token" button, then "Copy" after it is revealed. - - **This is not the Client Secret at the General Information page** - .. warning:: Do not share your token as it is like your password. @@ -74,7 +72,7 @@ Enabling Privileged Intents 4. Navigate to the bot tab on the left side of the screen. .. image:: /.resources/bot-guide/discord_bot_tab.png - :alt: The bot tab in the application page. + :alt: The bot tab in the application overview page. 5. Scroll down to the "Privileged Gateway Intents" section, enable all three privileged intents and save your changes.