diff options
| author | Rapptz <[email protected]> | 2020-05-23 21:44:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-23 21:44:30 -0400 |
| commit | 66c6be50d8ac5d401a658c757c5f1ccb454c798b (patch) | |
| tree | bc5079ddfca32f952417416f473283cda045017b /docs/discord.rst | |
| parent | player: Close ffmpeg stdin during streaming (diff) | |
| download | discord.py-66c6be50d8ac5d401a658c757c5f1ccb454c798b.tar.xz discord.py-66c6be50d8ac5d401a658c757c5f1ccb454c798b.zip | |
Prepare for the discord.com domain rename
Diffstat (limited to 'docs/discord.rst')
| -rw-r--r-- | docs/discord.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index 80dc7e6f..9c9b72c2 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -7,8 +7,8 @@ In order to work with the library and the Discord API in general, we must first Creating a Bot account is a pretty straightforward process. -1. Make sure you're logged on to the `Discord website <https://discordapp.com>`_. -2. Navigate to the `application page <https://discordapp.com/developers/applications>`_ +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>`_ 3. Click on the "New Application" button. .. image:: /images/discord_create_app_button.png @@ -61,8 +61,8 @@ So you've made a Bot User but it's not actually in any server. If you want to invite your bot you must create an invite URL for it. -1. Make sure you're logged on to the `Discord website <https://discordapp.com>`_. -2. Navigate to the `application page <https://discordapp.com/developers/applications>`_ +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>`_ 3. Click on your bot's page. 4. Go to the "OAuth2" tab. @@ -78,7 +78,7 @@ If you want to invite your bot you must create an invite URL for it. - Please be aware of the consequences of requiring your bot to have the "Administrator" permission. - - Bot owners must have 2FA enabled for certain actions and permissions when added in servers that have Server-Wide 2FA enabled. Check the `2FA support page <https://support.discordapp.com/hc/en-us/articles/219576828-Setting-up-Two-Factor-Authentication>`_ for more information. + - Bot owners must have 2FA enabled for certain actions and permissions when added in servers that have Server-Wide 2FA enabled. Check the `2FA support page <https://support.discord.com/hc/en-us/articles/219576828-Setting-up-Two-Factor-Authentication>`_ for more information. .. image:: /images/discord_oauth2_perms.png :alt: The permission checkboxes with some permissions checked. |