Include inherited members in TeamMember's documentation

This commit is contained in:
jack1142 2022-03-06 01:15:08 +01:00 committed by GitHub
parent 5439a67056
commit 8acb4531b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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`

View File

@ -87,6 +87,7 @@ TeamMember
.. autoclass:: TeamMember()
:members:
:inherited-members:
Voice Related
---------------