Add migrating guide for migrating to v0.10.0.

This commit is contained in:
Rapptz
2015-12-17 07:12:18 -05:00
parent 63565026c4
commit 00c8dae88d
3 changed files with 241 additions and 0 deletions

View File

@ -331,6 +331,7 @@ to handle it, which defaults to print a traceback and ignore the exception.
:param user: The user that started typing.
:param when: A ``datetime.datetime`` object representing when typing started.
.. _discord-api-utils:
Utility Functions
-----------------
@ -339,6 +340,8 @@ Utility Functions
.. autofunction:: discord.utils.get
.. _discord-api-enums:
Enumerators
------------
@ -400,6 +403,8 @@ All enumerators are subclasses of `enum`_.
The member is idle.
.. _discord_api_data:
Data Classes
--------------