diff options
| author | David <[email protected]> | 2021-01-03 08:28:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-03 03:28:33 -0500 |
| commit | be1829615ce5b340dce3f49ef4c12d7b74dcba8c (patch) | |
| tree | a308a63bcc027e21d0f7d7f1bf07703bf43f1736 /docs | |
| parent | Fix search not working on mobile (diff) | |
| download | discord.py-be1829615ce5b340dce3f49ef4c12d7b74dcba8c.tar.xz discord.py-be1829615ce5b340dce3f49ef4c12d7b74dcba8c.zip | |
Update intents.rst & discord.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/discord.rst | 2 | ||||
| -rw-r--r-- | docs/intents.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index 9c9b72c2..d0c9c528 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -35,7 +35,7 @@ Creating a Bot account is a pretty straightforward process. 7. Copy the token using the "Copy" button. - - **This is not the Client Secret at the General Information page** + - **This is not the Client Secret at the General Information page.** .. warning:: diff --git a/docs/intents.rst b/docs/intents.rst index acd02336..8ba036c9 100644 --- a/docs/intents.rst +++ b/docs/intents.rst @@ -60,7 +60,7 @@ With the API change requiring bot authors to specify intents, some intents were A privileged intent is one that requires you to go to the developer portal and manually enable it. To enable privileged intents do the following: 1. Make sure you're logged on to the `Discord website <https://discord.com>`_. -2. Navigate to the `application page <https://discord.com/developers/applications>`_ +2. Navigate to the `application page <https://discord.com/developers/applications>`_. 3. Click on the bot you want to enable privileged intents for. 4. Navigate to the bot tab on the left side of the screen. @@ -74,7 +74,7 @@ A privileged intent is one that requires you to go to the developer portal and m .. warning:: - Enabling privileged intents when your bot is in over 100 guilds requires going through `bot verification <https://support.discord.com/hc/en-us/articles/360040720412>`_. If your bot is already verified and you would like to enable a privileged intent you must go through `discord support <https://dis.gd/contact>`_ and talk to them about it. + Enabling privileged intents when your bot is in over 100 guilds requires going through `bot verification <https://support.discord.com/hc/en-us/articles/360040720412>`_. If your bot is already verified and you would like to enable a privileged intent you must go through `Discord support <https://dis.gd/contact>`_ and talk to them about it. .. note:: @@ -203,4 +203,4 @@ On Windows use ``py -3`` instead of ``python3``. There is no currently set date in which the old gateway will stop working so it is recommended to update your code instead. -If you truly dislike the direction Discord is going with their API, you can contact them via `support <https://dis.gd/contact>`_ +If you truly dislike the direction Discord is going with their API, you can contact them via `support <https://dis.gd/contact>`_. |