aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-04-08 22:51:57 -0400
committerRapptz <[email protected]>2016-04-08 22:51:57 -0400
commiteedad13ac1debdcce97e895078912b5729e0a2c7 (patch)
tree95ef594f3573afbf26c5a53b671bf71b06a0b7a5 /docs
parentChange all email/password pair examples to use token. (diff)
downloaddiscord.py-eedad13ac1debdcce97e895078912b5729e0a2c7.tar.xz
discord.py-eedad13ac1debdcce97e895078912b5729e0a2c7.zip
Add utility function for generating OAuth2 urls.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index f38fc70d..af746be3 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -335,6 +335,8 @@ Utility Functions
.. autofunction:: discord.utils.snowflake_time
+.. autofunction:: discord.utils.oauth_url
+
.. _discord-api-enums:
Enumerations