Skip to content

Commit

Permalink
Update disnake/guild.py
Browse files Browse the repository at this point in the history
Co-authored-by: vi <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Nov 28, 2024
1 parent 8429445 commit bad55a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion disnake/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4676,7 +4676,11 @@ async def fetch_voice_regions(self) -> List[VoiceRegion]:
async def fetch_voice_state(self, member_id: int) -> VoiceState:
"""|coro|
Fetches the :class:`VoiceState` of the member.
Fetches the :class:`VoiceState` of a member.
.. note::
This method is an API call. For general usage, consider :attr:`Member.voice` instead.
.. versionadded:: 2.10
Expand Down

0 comments on commit bad55a2

Please sign in to comment.