diff options
| author | Imayhaveborkedit <[email protected]> | 2021-08-24 00:02:21 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-24 00:02:21 -0400 |
| commit | f586f4dfbd2b7bd86a84eeeb73b4cd100ff70286 (patch) | |
| tree | 5f5f95a44d6e0b64992f2565aa6870a44c725d2c /discord/abc.py | |
| parent | Fix typing error in sticker edit (diff) | |
| download | discord.py-f586f4dfbd2b7bd86a84eeeb73b4cd100ff70286.tar.xz discord.py-f586f4dfbd2b7bd86a84eeeb73b4cd100ff70286.zip | |
Clarify connect() requires Intents.voice_states
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index a2ca1e48..fd2dc4bb 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1633,6 +1633,8 @@ class Connectable(Protocol): Connects to voice and creates a :class:`VoiceClient` to establish your connection to the voice server. + This requires :attr:`Intents.voice_states`. + Parameters ----------- timeout: :class:`float` |