diff --git a/discord/guild.py b/discord/guild.py index 07a7d974d..a8ac04cfc 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