Fix typo with voice_client documentation
This commit is contained in:
parent
ce03c62c6b
commit
e7500f738c
@ -372,7 +372,7 @@ class Guild(Hashable):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def voice_client(self):
|
def voice_client(self):
|
||||||
"""Optional[:class:`VoiceClient`:] Returns the :class:`VoiceClient` associated with this guild, if any."""
|
"""Optional[:class:`VoiceClient`]: Returns the :class:`VoiceClient` associated with this guild, if any."""
|
||||||
return self._state._get_voice_client(self.id)
|
return self._state._get_voice_client(self.id)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user