We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a29e5 commit ba30b3eCopy full SHA for ba30b3e
discord/member.py
@@ -716,13 +716,7 @@ def guild_permissions(self) -> Permissions:
716
717
@property
718
def voice(self) -> VoiceState | None:
719
- """Returns the member's current voice state.
720
-
721
- Returns
722
- -------
723
- Optional[:class:`VoiceState`]
724
- The member's voice state or ``None`` if the member is not in a voice channel.
725
- """
+ """Optional[:class:`VoiceState`]: Return the member's current voice state."""
726
return self.guild._voice_state_for(self._user.id)
727
728
0 commit comments