You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/client.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Client
62
62
63
63
.. warning::
64
64
65
-
If the application is owned by a team, you can only request for the ``identify`` scope. You can also request ``applications.commands.update`, but the library does not support it yet.``
65
+
If the application is owned by a team, you can only request for the ``identify`` scope. You can also request ``applications.commands.update``, but the library does not support it yet.``
Copy file name to clipboardExpand all lines: docs/source/index.rst
+52-4Lines changed: 52 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Table of Contents
6
6
7
7
.. toctree::
8
8
9
-
:maxdepth: 2
9
+
:maxdepth: 1
10
10
11
11
client
12
12
access_token
@@ -17,16 +17,16 @@ Quickstart
17
17
Installing
18
18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
19
20
-
I've finally published the library to PyPi! So now you can use pip.
20
+
You can install the library with pip using this command:
21
21
22
22
.. code::
23
23
24
24
pip install discord-oauth2.py
25
25
26
-
Example With Flask
26
+
Fetching User Data Flask Example
27
27
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
28
29
-
Don't forget to replace all the client information on line 20 and 21 with your application's own information. You can leave bot token empty if your not adding members to guilds.
29
+
Don't forget to replace all the client information below with your application's own information. You can leave bot token empty if your not adding members to guilds or updating linked roles metadata.
30
30
31
31
.. code::
32
32
@@ -49,4 +49,52 @@ Don't forget to replace all the client information on line 20 and 21 with your a
0 commit comments