Skip to content

Commit

Permalink
Update disnake/member.py
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Nov 18, 2024
1 parent b4fdc36 commit 58efec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions disnake/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,10 @@ async def fetch_voice_state(self, *, cache: bool = False) -> VoiceState:
The member for which you tried to fetch a voice state is not
connected to a channel in this guild.
Forbidden
You do not have permission to fetch the member's voice state.
HTTPException
Fetching the voice state failed.
Returns
-------
:class:`VoiceState`
Expand Down

0 comments on commit 58efec1

Please sign in to comment.