mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add OpusNotLoaded exception and opus.is_loaded utility function.
This commit is contained in:
@ -33,6 +33,8 @@ Opus Library
|
||||
|
||||
.. autofunction:: opus.load_opus
|
||||
|
||||
.. autofunction:: opus.is_loaded
|
||||
|
||||
.. _discord-api-events:
|
||||
|
||||
Event Reference
|
||||
@ -457,4 +459,6 @@ The following exceptions are thrown by the library.
|
||||
|
||||
.. autoexception:: GatewayNotFound
|
||||
|
||||
.. autoexception:: OpusError
|
||||
.. autoexception:: opus.OpusError
|
||||
|
||||
.. autoexception:: opus.OpusNotLoaded
|
||||
|
Reference in New Issue
Block a user