Update bot application guide with Developer Portal changes (#6661)
Co-authored-by: Jakub Kuczys <me@jacken.men>
|
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
@@ -26,7 +26,7 @@ Creating a Bot account is a pretty straightforward process.
|
|||||||
.. image:: /.resources/bot-guide/discord_create_app_form.png
|
.. image:: /.resources/bot-guide/discord_create_app_form.png
|
||||||
:alt: The new application form filled in.
|
: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
|
.. image:: /.resources/bot-guide/discord_installation_tab.png
|
||||||
:alt: The installation tab in the application page.
|
: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.
|
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::
|
.. warning::
|
||||||
|
|
||||||
Do not share your token as it is like your password.
|
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.
|
4. Navigate to the bot tab on the left side of the screen.
|
||||||
|
|
||||||
.. image:: /.resources/bot-guide/discord_bot_tab.png
|
.. 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.
|
5. Scroll down to the "Privileged Gateway Intents" section, enable all three privileged intents and save your changes.
|
||||||
|
|
||||||
|
|||||||