Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit d7a4230

Browse files
committed
Fix Member.guild_avatar docstring
1 parent 2e52059 commit d7a4230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/member.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ def display_avatar(self) -> Asset:
517517

518518
@property
519519
def guild_avatar(self) -> Optional[Asset]:
520-
"""Optional[:class:`Asset`:] Returns an :class:`Asset` for the guild avatar
521-
the member has if available.
520+
"""Optional[:class:`Asset`]: Returns an :class:`Asset` for the guild avatar
521+
the member has. If unavailable, ``None`` is returned.
522522
523523
.. versionadded:: 2.0
524524
"""

0 commit comments

Comments
 (0)