From f586f4dfbd2b7bd86a84eeeb73b4cd100ff70286 Mon Sep 17 00:00:00 2001 From: Imayhaveborkedit Date: Tue, 24 Aug 2021 00:02:21 -0400 Subject: Clarify connect() requires Intents.voice_states --- discord/flags.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'discord/flags.py') diff --git a/discord/flags.py b/discord/flags.py index dad88d93..fb468c50 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -650,6 +650,10 @@ class Intents(BaseFlags): - :attr:`VoiceChannel.members` - :attr:`VoiceChannel.voice_states` - :attr:`Member.voice` + + .. note:: + + This intent is required to connect to voice. """ return 1 << 7 -- cgit v1.2.3