From ef793059617bd894a8ea39d3b4623902158542c6 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 24 Aug 2021 22:49:12 -0400 Subject: [PATCH] Exclude private functions from VoiceClient --- docs/api.rst | 1 + 1 file changed, 1 insertion(+) 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 ~~~~~~~~~~~~~~~