From 9d0400516a9aa13e53557efab9d89d67922f8ae4 Mon Sep 17 00:00:00 2001 From: Joshua B <josh.ja.butt@gmail.com> Date: Mon, 1 Jul 2019 03:08:49 +1000 Subject: [PATCH] Fix TeamMember.team typehinting class Team should be capitalised. --- discord/team.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/team.py b/discord/team.py index 157dd6604..7cf1f9e28 100644 --- a/discord/team.py +++ b/discord/team.py @@ -107,7 +107,7 @@ class TeamMember(BaseUser): The avatar hash the team member has. Could be None. bot: :class:`bool` Specifies if the user is a bot account. - team: :class:`team` + team: :class:`Team` The team that the member is from. membership_state: :class:`TeamMembershipState` The membership state of the member (e.g. invited or accepted)