diff options
| author | Rapptz <[email protected]> | 2016-04-26 19:38:54 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-04-27 18:36:13 -0400 |
| commit | 1c623ccf110723a4c0e00375b23b9f5838468ce9 (patch) | |
| tree | dd1b7d34d62679164edd5cbba53d0a10734f6f0b /docs/api.rst | |
| parent | Add compatibility layer for `run_coroutine_threadsafe`. (diff) | |
| download | discord.py-1c623ccf110723a4c0e00375b23b9f5838468ce9.tar.xz discord.py-1c623ccf110723a4c0e00375b23b9f5838468ce9.zip | |
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index af746be3..91d66ab2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -526,6 +526,8 @@ The following exceptions are thrown by the library. .. autoexception:: GatewayNotFound +.. autoexception:: ConnectionClosed + .. autoexception:: discord.opus.OpusError .. autoexception:: discord.opus.OpusNotLoaded |