diff --git a/discord/team.py b/discord/team.py index 538aaba19..cf9d1fc10 100644 --- a/discord/team.py +++ b/discord/team.py @@ -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` diff --git a/docs/api.rst b/docs/api.rst index 1f342a847..ff88e4678 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -87,6 +87,7 @@ TeamMember .. autoclass:: TeamMember() :members: + :inherited-members: Voice Related ---------------