From 68342db04dbfe8d3ffdd6ea107c37092204ff627 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 29 Jun 2019 19:26:45 -0400 Subject: [commands] Properly raise the correct exception for owner_ids Also some minor nits with documentation. --- discord/team.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'discord/team.py') 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` -- cgit v1.2.3