diff --git a/discord/member.py b/discord/member.py index b85bb82c0acb..939350d62c05 100644 --- a/discord/member.py +++ b/discord/member.py @@ -517,8 +517,8 @@ def display_avatar(self) -> Asset: @property def guild_avatar(self) -> Optional[Asset]: - """Optional[:class:`Asset`:] Returns an :class:`Asset` for the guild avatar - the member has if available. + """Optional[:class:`Asset`]: Returns an :class:`Asset` for the guild avatar + the member has. If unavailable, ``None`` is returned. .. versionadded:: 2.0 """