diff options
| author | Rapptz <[email protected]> | 2015-12-04 06:09:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-04 06:09:56 -0500 |
| commit | 6fb2e35de315da0a394f97863cbdbb07521fa8a3 (patch) | |
| tree | b0020418d290255a27b28f222a09dc808a7c4c7c /docs | |
| parent | Implement a bunch of other HTTP request functions. (diff) | |
| download | discord.py-6fb2e35de315da0a394f97863cbdbb07521fa8a3.tar.xz discord.py-6fb2e35de315da0a394f97863cbdbb07521fa8a3.zip | |
Move async_client.py to client.py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
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: |