mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-16 06:03:11 +00:00
Include inherited members in TeamMember's documentation
This commit is contained in:
parent
5439a67056
commit
8acb4531b5
@ -120,8 +120,6 @@ class TeamMember(BaseUser):
|
||||
The team member's unique ID.
|
||||
discriminator: :class:`str`
|
||||
The team member's discriminator. This is given when the username has conflicts.
|
||||
avatar: Optional[:class:`str`]
|
||||
The avatar hash the team member has. Could be None.
|
||||
bot: :class:`bool`
|
||||
Specifies if the user is a bot account.
|
||||
team: :class:`Team`
|
||||
|
@ -87,6 +87,7 @@ TeamMember
|
||||
|
||||
.. autoclass:: TeamMember()
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
Voice Related
|
||||
---------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user