Browse Source
Fix typo with voice_client documentation
pull/5083/head
Skezza
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/guild.py
|
|
@ -372,7 +372,7 @@ class Guild(Hashable): |
|
|
|
|
|
|
|
@property |
|
|
|
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) |
|
|
|
|
|
|
|
@property |
|
|
|