mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-17 03:09:05 +00:00
Fix TeamMember.team typehinting
class Team should be capitalised.
This commit is contained in:
parent
b31028fa19
commit
9d0400516a
@ -107,7 +107,7 @@ class TeamMember(BaseUser):
|
|||||||
The avatar hash the team member has. Could be None.
|
The avatar hash the team member has. Could be None.
|
||||||
bot: :class:`bool`
|
bot: :class:`bool`
|
||||||
Specifies if the user is a bot account.
|
Specifies if the user is a bot account.
|
||||||
team: :class:`team`
|
team: :class:`Team`
|
||||||
The team that the member is from.
|
The team that the member is from.
|
||||||
membership_state: :class:`TeamMembershipState`
|
membership_state: :class:`TeamMembershipState`
|
||||||
The membership state of the member (e.g. invited or accepted)
|
The membership state of the member (e.g. invited or accepted)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user