diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/team.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/team.py b/discord/team.py index 39f7f222..0afb6458 100644 --- a/discord/team.py +++ b/discord/team.py @@ -50,7 +50,7 @@ class Team: members: List[:class:`TeamMember`] A list of the members in the team - .. versionadded:: 1.3 + .. versionadded:: 1.3 """ __slots__ = ('_state', 'id', 'name', 'icon', 'owner_id', 'members') |