Skip to content

Commit

Permalink
Fix Member.guild_avatar docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Aug 22, 2021
1 parent 2e52059 commit bace400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit bace400

Please sign in to comment.