diff --git a/changelog/1039.doc.rst b/changelog/1039.doc.rst new file mode 100644 index 0000000000..095efe2109 --- /dev/null +++ b/changelog/1039.doc.rst @@ -0,0 +1 @@ +Update "Creating a Bot Account" page with newer images and synchronise info according to latest changes made by Discord. diff --git a/docs/discord.rst b/docs/discord.rst index 12be7e38d5..6ca2458a25 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -23,21 +23,22 @@ Creating a Bot account is a pretty straightforward process. .. image:: /images/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 "Bot" tab. A bot account is added automatically when the application is created. - - Click "Yes, do it!" to continue. - - .. image:: /images/discord_create_bot_user.png - :alt: The Add Bot button. 6. Make sure that **Public Bot** is ticked if you want others to invite your bot. + .. image:: /images/discord_bot_user_options.png + :alt: How the Bot User options should look like for most people. + - You should also make sure that **Require OAuth2 Code Grant** is unchecked unless you are developing a service that needs it. If you're unsure, then **leave it unchecked**. - .. image:: /images/discord_bot_user_options.png - :alt: How the Bot User options should look like for most people. +7. Copy the token by clicking "Reset Token" and then using the "Copy" button. + + .. image:: /images/discord_bot_acquire_token.png + :alt: How the page should look like after resetting token. -7. Copy the token using the "Copy" button. + - Click "Yes, do it!" when asked. - **This is not the Client Secret at the OAuth2 page.** diff --git a/docs/images/discord_bot_acquire_token.png b/docs/images/discord_bot_acquire_token.png new file mode 100644 index 0000000000..89a9f0effb Binary files /dev/null and b/docs/images/discord_bot_acquire_token.png differ diff --git a/docs/images/discord_bot_user_options.png b/docs/images/discord_bot_user_options.png index 811cad5e75..c766c294ad 100644 Binary files a/docs/images/discord_bot_user_options.png and b/docs/images/discord_bot_user_options.png differ diff --git a/docs/images/discord_create_app_button.png b/docs/images/discord_create_app_button.png index 643a3c4041..32e43dc1de 100644 Binary files a/docs/images/discord_create_app_button.png and b/docs/images/discord_create_app_button.png differ diff --git a/docs/images/discord_create_app_form.png b/docs/images/discord_create_app_form.png index 66aaabe370..358d5d5049 100644 Binary files a/docs/images/discord_create_app_form.png and b/docs/images/discord_create_app_form.png differ diff --git a/docs/images/discord_create_bot_user.png b/docs/images/discord_create_bot_user.png deleted file mode 100644 index dcaf9a2326..0000000000 Binary files a/docs/images/discord_create_bot_user.png and /dev/null differ