Skip to content

Commit 80897f6

Browse files
committed
docs(voice): Added supported operations container to VoiceState
Signed-off-by: Mathieu Corsham <[email protected]>
1 parent 5e0e80d commit 80897f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

discord/member.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@
7171

7272
class VoiceState:
7373
"""Represents a Discord user's voice state.
74+
75+
.. container:: operations
7476
77+
.. describe:: await voice(...)
78+
Acts as a shortcut to :meth:`VoiceProtocol.connect`.
79+
7580
Attributes
7681
------------
7782
deaf: :class:`bool`

0 commit comments

Comments
 (0)