diff options
| author | Rapptz <[email protected]> | 2021-08-24 22:49:12 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-08-24 22:49:46 -0400 |
| commit | ef793059617bd894a8ea39d3b4623902158542c6 (patch) | |
| tree | 8ff47275f60bf636423171ad466e5434a5a30c4e /docs | |
| parent | Add Colour.brand_green and Colour.brand_red (diff) | |
| download | discord.py-ef793059617bd894a8ea39d3b4623902158542c6.tar.xz discord.py-ef793059617bd894a8ea39d3b4623902158542c6.zip | |
Exclude private functions from VoiceClient
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index f5f96e41..021c87f4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -101,6 +101,7 @@ VoiceClient .. autoclass:: VoiceClient() :members: + :exclude-members: connect, on_voice_state_update, on_voice_server_update VoiceProtocol ~~~~~~~~~~~~~~~ |