diff options
| author | Rapptz <[email protected]> | 2015-12-08 16:22:01 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-08 16:22:01 -0500 |
| commit | 9deb7796a584c4fecc7c275c9567f594c9da0f1f (patch) | |
| tree | 88349158504d5c0759b0f6d37aa9d3a8f06af997 /docs/api.rst | |
| parent | Fix exception handling having a NameError (diff) | |
| download | discord.py-9deb7796a584c4fecc7c275c9567f594c9da0f1f.tar.xz discord.py-9deb7796a584c4fecc7c275c9567f594c9da0f1f.zip | |
Documentation fixes for opus bindings.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 42277cca..e503e703 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -457,3 +457,4 @@ The following exceptions are thrown by the library. .. autoexception:: GatewayNotFound +.. autoexception:: OpusError |