mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Fix Member.guild_avatar docstring
This commit is contained in:
parent
2e52059555
commit
d7a4230007
@ -517,8 +517,8 @@ class Member(discord.abc.Messageable, _UserTag):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def guild_avatar(self) -> Optional[Asset]:
|
def guild_avatar(self) -> Optional[Asset]:
|
||||||
"""Optional[:class:`Asset`:] Returns an :class:`Asset` for the guild avatar
|
"""Optional[:class:`Asset`]: Returns an :class:`Asset` for the guild avatar
|
||||||
the member has if available.
|
the member has. If unavailable, ``None`` is returned.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user