Skip to content

Commit

Permalink
Remove lingering User.avatar documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Apr 19, 2021
1 parent c54e433 commit 1c64689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions discord/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 1c64689

Please sign in to comment.