mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Documentation fixes for opus related import errors.
This commit is contained in:
10
docs/api.rst
10
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
|
||||
|
Reference in New Issue
Block a user