Move async_client.py to client.py

This commit is contained in:
Rapptz
2015-12-04 06:09:56 -05:00
parent 410e41e78d
commit 6fb2e35de3
3 changed files with 636 additions and 2110 deletions

View File

@ -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: