From 8acb4531b56482700ee86095d3499bc4380270b3 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 6 Mar 2022 01:15:08 +0100 Subject: [PATCH] Include inherited members in TeamMember's documentation --- discord/team.py | 2 -- docs/api.rst | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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 ---------------