aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-08-24 22:49:12 -0400
committerRapptz <[email protected]>2021-08-24 22:49:46 -0400
commitef793059617bd894a8ea39d3b4623902158542c6 (patch)
tree8ff47275f60bf636423171ad466e5434a5a30c4e /docs
parentAdd Colour.brand_green and Colour.brand_red (diff)
downloaddiscord.py-ef793059617bd894a8ea39d3b4623902158542c6.tar.xz
discord.py-ef793059617bd894a8ea39d3b4623902158542c6.zip
Exclude private functions from VoiceClient
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst1
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
~~~~~~~~~~~~~~~