diff options
| author | Rapptz <[email protected]> | 2015-12-08 06:51:46 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-08 06:51:46 -0500 |
| commit | 60945868b42b14bd0fc95b5013c16aa7bac9040d (patch) | |
| tree | 70302c635cd83905a9e11df2fad67cc52a520812 /docs | |
| parent | Working voice sending implementation. (diff) | |
| download | discord.py-60945868b42b14bd0fc95b5013c16aa7bac9040d.tar.xz discord.py-60945868b42b14bd0fc95b5013c16aa7bac9040d.zip | |
Clear up some documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 04d00613..42277cca 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -20,6 +20,19 @@ Client .. autoclass:: Client :members: + +Voice +----- + +.. autoclass:: VoiceClient + :members: + + +Opus Library +~~~~~~~~~~~~~ + +.. autofunction:: opus.load_opus + .. _discord-api-events: Event Reference |