aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-04 06:09:56 -0500
committerRapptz <[email protected]>2015-12-04 06:09:56 -0500
commit6fb2e35de315da0a394f97863cbdbb07521fa8a3 (patch)
treeb0020418d290255a27b28f222a09dc808a7c4c7c /docs
parentImplement a bunch of other HTTP request functions. (diff)
downloaddiscord.py-6fb2e35de315da0a394f97863cbdbb07521fa8a3.tar.xz
discord.py-6fb2e35de315da0a394f97863cbdbb07521fa8a3.zip
Move async_client.py to client.py
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index cc298903..59efac78 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -17,7 +17,7 @@ The following section outlines the API of discord.py.
Client
-------
-.. autoclass:: discord.async_client.Client
+.. autoclass:: Client
:members:
.. _discord-api-events: