diff options
| author | Rapptz <[email protected]> | 2015-12-17 07:12:18 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-17 07:12:18 -0500 |
| commit | 00c8dae88dde57ebd2df25f9265c248fab6a9478 (patch) | |
| tree | a960e70aba33374734d7c35f14f6183e4408ce21 /docs/api.rst | |
| parent | Remove on_status event. Superseded by on_member_update. (diff) | |
| download | discord.py-00c8dae88dde57ebd2df25f9265c248fab6a9478.tar.xz discord.py-00c8dae88dde57ebd2df25f9265c248fab6a9478.zip | |
Add migrating guide for migrating to v0.10.0.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 22d8e37c..4f7b0d92 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 -------------- |