diff options
| author | Rapptz <[email protected]> | 2021-04-19 05:35:33 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-19 05:35:33 -0400 |
| commit | 1c646898078ae8e79899c28ac892a9b9d59e9f42 (patch) | |
| tree | a96755501b79a6b8354dac0117d8d557070ca362 | |
| parent | [commands] Add run_converters helper to call converters (diff) | |
| download | discord.py-1c646898078ae8e79899c28ac892a9b9d59e9f42.tar.xz discord.py-1c646898078ae8e79899c28ac892a9b9d59e9f42.zip | |
Remove lingering User.avatar documentation
| -rw-r--r-- | discord/user.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/user.py b/discord/user.py index 6c319668..e5ac42e5 100644 --- a/discord/user.py +++ b/discord/user.py @@ -205,8 +205,6 @@ class ClientUser(BaseUser): The user's unique ID. discriminator: :class:`str` The user's discriminator. This is given when the username has conflicts. - avatar: Optional[:class:`str`] - The avatar hash the user has. Could be ``None``. bot: :class:`bool` Specifies if the user is a bot account. system: :class:`bool` @@ -307,8 +305,6 @@ class User(BaseUser, discord.abc.Messageable): The user's unique ID. discriminator: :class:`str` The user's discriminator. This is given when the username has conflicts. - avatar: Optional[:class:`str`] - The avatar hash the user has. Could be None. bot: :class:`bool` Specifies if the user is a bot account. system: :class:`bool` |