Skip to content

Commit c2729b8

Browse files
authored
Merge pull request #612 from Pycord-Development/scope-fix
Notes that you need to invite bots with application command scope
2 parents 7353452 + fc195fe commit c2729b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/discord.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ If you want to invite your bot you must create an invite URL for it.
6666
1. Make sure you're logged on to the `Discord website <https://discord.com>`_.
6767
2. Navigate to the `application page <https://discord.com/developers/applications>`_
6868
3. Click on your bot's page.
69-
4. Go to the "OAuth2" tab.
69+
4. Expand the "OAuth2" tab and click on "URL Generator".
7070

7171
.. image:: /images/discord_oauth2.png
72-
:alt: How the OAuth2 page should look like.
72+
:alt: How the OAuth2 tab should look like.
7373

74-
5. Tick the "bot" checkbox under "scopes".
74+
5. Tick the "bot" and "applications.commands" checkboxes under "scopes".
7575

7676
.. image:: /images/discord_oauth2_scope.png
77-
:alt: The scopes checkbox with "bot" ticked.
77+
:alt: The scopes checkbox with "bot" and "applications.commands" ticked.
7878

7979
6. Tick the permissions required for your bot to function under "Bot Permissions".
8080

docs/images/discord_oauth2.png

-24 KB
Loading

docs/images/discord_oauth2_perms.png

41.7 KB
Loading

docs/images/discord_oauth2_scope.png

4.88 KB
Loading

0 commit comments

Comments
 (0)