aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
authorSkezza <[email protected]>2020-06-30 12:17:33 +0100
committerGitHub <[email protected]>2020-06-30 07:17:33 -0400
commite7500f738c20d1784a68678f84a37e62677b005c (patch)
tree3d6fec1e9198e166f4ffdab7785f450da2af6508 /discord/guild.py
parent[bugs] stop resolving Object for template/invite; remove dupe methods (diff)
downloaddiscord.py-e7500f738c20d1784a68678f84a37e62677b005c.tar.xz
discord.py-e7500f738c20d1784a68678f84a37e62677b005c.zip
Fix typo with voice_client documentation
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 07a7d974..a8ac04cf 100644
--- a/discord/guild.py
+++ b/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