Browse Source
Include inherited members in TeamMember's documentation
pull/7492/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
discord/team.py
-
docs/api.rst
|
|
@ -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 |
|
|
|
--------------- |
|
|
|