diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index e503e703..05d84c31 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 |