diff options
| author | Rapptz <[email protected]> | 2015-12-08 19:47:47 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-08 19:47:47 -0500 |
| commit | 9bec041423799f81b63cd00c54526a2253fc94f3 (patch) | |
| tree | 149dd87bc4ca707c26a7a924b40a25a31ef8d110 /docs | |
| parent | Add OpusNotLoaded exception and opus.is_loaded utility function. (diff) | |
| download | discord.py-9bec041423799f81b63cd00c54526a2253fc94f3.tar.xz discord.py-9bec041423799f81b63cd00c54526a2253fc94f3.zip | |
Documentation fixes for opus related import errors.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api.rst b/docs/api.rst index 05d84c31..68f814d1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -31,14 +31,14 @@ Voice Opus Library ~~~~~~~~~~~~~ -.. autofunction:: opus.load_opus +.. autofunction:: discord.opus.load_opus -.. autofunction:: opus.is_loaded +.. autofunction:: discord.opus.is_loaded .. _discord-api-events: Event Reference -~~~~~~~~~~~~~~~~ +--------------- This page outlines the different types of events listened by :class:`Client`. @@ -459,6 +459,6 @@ The following exceptions are thrown by the library. .. autoexception:: GatewayNotFound -.. autoexception:: opus.OpusError +.. autoexception:: discord.opus.OpusError -.. autoexception:: opus.OpusNotLoaded +.. autoexception:: discord.opus.OpusNotLoaded |