diff options
Diffstat (limited to 'discord/flags.py')
| -rw-r--r-- | discord/flags.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |