diff options
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 |