Browse Source
Fix TeamMember.team typehinting
class Team should be capitalised.
pull/2255/head
Joshua B
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|