aboutsummaryrefslogtreecommitdiff
path: root/discord/team.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/team.py')
-rw-r--r--discord/team.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/team.py b/discord/team.py
index 3472820a..39f7f222 100644
--- a/discord/team.py
+++ b/discord/team.py
@@ -49,6 +49,8 @@ class Team:
The team's owner ID.
members: List[:class:`TeamMember`]
A list of the members in the team
+
+ .. versionadded:: 1.3
"""
__slots__ = ('_state', 'id', 'name', 'icon', 'owner_id', 'members')
@@ -95,6 +97,8 @@ class TeamMember(BaseUser):
Returns the team member's name with discriminator.
+ .. versionadded:: 1.3
+
Attributes
-------------
name: :class:`str`