aboutsummaryrefslogtreecommitdiff
path: root/discord/team.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/team.py')
-rw-r--r--discord/team.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/team.py b/discord/team.py
index 5a787796..8c04fa7e 100644
--- a/discord/team.py
+++ b/discord/team.py
@@ -33,7 +33,6 @@ from .enums import TeamMembershipState, try_enum
class Team:
"""Represents an application team for a bot provided by Discord.
-
Attributes
-------------
id: :class:`int`
@@ -75,7 +74,6 @@ class Team:
class TeamMember:
"""Represents a team member in a team.
-
Attributes
-------------
team: :class:`team`