mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-06 11:57:17 +00:00
Remove lingering User.avatar documentation
This commit is contained in:
parent
c54e43360b
commit
1c64689807
@ -205,8 +205,6 @@ class ClientUser(BaseUser):
|
|||||||
The user's unique ID.
|
The user's unique ID.
|
||||||
discriminator: :class:`str`
|
discriminator: :class:`str`
|
||||||
The user's discriminator. This is given when the username has conflicts.
|
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`
|
bot: :class:`bool`
|
||||||
Specifies if the user is a bot account.
|
Specifies if the user is a bot account.
|
||||||
system: :class:`bool`
|
system: :class:`bool`
|
||||||
@ -307,8 +305,6 @@ class User(BaseUser, discord.abc.Messageable):
|
|||||||
The user's unique ID.
|
The user's unique ID.
|
||||||
discriminator: :class:`str`
|
discriminator: :class:`str`
|
||||||
The user's discriminator. This is given when the username has conflicts.
|
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`
|
bot: :class:`bool`
|
||||||
Specifies if the user is a bot account.
|
Specifies if the user is a bot account.
|
||||||
system: :class:`bool`
|
system: :class:`bool`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user