diff --git a/docs/.resources/bot-guide/discord_bot_tab.png b/docs/.resources/bot-guide/discord_bot_tab.png index 835682448..3bd3d12f7 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 4091bd88e..8133f4c56 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_button.png b/docs/.resources/bot-guide/discord_create_app_button.png index e6d06a7a2..80aa89f06 100644 Binary files a/docs/.resources/bot-guide/discord_create_app_button.png and b/docs/.resources/bot-guide/discord_create_app_button.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 482084eba..123aaebb6 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_create_bot_user.png b/docs/.resources/bot-guide/discord_create_bot_user.png deleted file mode 100644 index 2d0a3a033..000000000 Binary files a/docs/.resources/bot-guide/discord_create_bot_user.png and /dev/null differ diff --git a/docs/.resources/bot-guide/discord_installation_options.png b/docs/.resources/bot-guide/discord_installation_options.png new file mode 100644 index 000000000..2326e8458 Binary files /dev/null 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 new file mode 100644 index 000000000..a61bd9215 Binary files /dev/null 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 367da8756..81c5b56b5 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/bot_application_guide.rst b/docs/bot_application_guide.rst index dccfbddd0..7140cdd99 100644 --- a/docs/bot_application_guide.rst +++ b/docs/bot_application_guide.rst @@ -21,25 +21,34 @@ Creating a Bot account is a pretty straightforward process. .. image:: /.resources/bot-guide/discord_create_app_button.png :alt: The new application button. -4. Give the application a name and click "Create". +4. Give the application a name, check the box to accept the Terms of Service, and click "Create". .. image:: /.resources/bot-guide/discord_create_app_form.png :alt: The new application form filled in. -5. Create a Bot User by navigating to the "Bot" tab and clicking "Add Bot". +5. Navigate to the "Install" tab on the left side of the screen. - - Click "Yes, do it!" to continue. + .. image:: /.resources/bot-guide/discord_installation_tab.png + :alt: The installation tab in the application page. - .. image:: /.resources/bot-guide/discord_create_bot_user.png - :alt: The Add Bot button. -6. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to). +6. Uncheck "User Install" and set "Install Link" to "None" + + .. image:: /.resources/bot-guide/discord_installation_options.png + :alt: How the Installation options should look like for most people. + +7. 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. + +8. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to). - Make sure **Require OAuth2 Code Grant** is unchecked. .. image:: /.resources/bot-guide/discord_bot_user_options.png :alt: How the Bot User options should look like for most people. -7. Copy the token using the "Copy" button. +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**