aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua B <[email protected]>2019-07-01 03:08:49 +1000
committerGitHub <[email protected]>2019-07-01 03:08:49 +1000
commit9d0400516a9aa13e53557efab9d89d67922f8ae4 (patch)
treebda21609ed4e9674a8b5fbb971f38783508bd3aa
parentFix some linking issues with TeamMembershipState (diff)
downloaddiscord.py-9d0400516a9aa13e53557efab9d89d67922f8ae4.tar.xz
discord.py-9d0400516a9aa13e53557efab9d89d67922f8ae4.zip
Fix TeamMember.team typehinting
class Team should be capitalised.
-rw-r--r--discord/team.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/team.py b/discord/team.py
index 157dd660..7cf1f9e2 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)