diff options
| author | Rapptz <[email protected]> | 2019-06-29 19:26:45 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-29 19:26:45 -0400 |
| commit | 68342db04dbfe8d3ffdd6ea107c37092204ff627 (patch) | |
| tree | 43796858e4db6ed900feeeb1a20e7e7805321c2f /discord/team.py | |
| parent | fix documentation for GuildChannel.set_permissions (diff) | |
| download | discord.py-68342db04dbfe8d3ffdd6ea107c37092204ff627.tar.xz discord.py-68342db04dbfe8d3ffdd6ea107c37092204ff627.zip | |
[commands] Properly raise the correct exception for owner_ids
Also some minor nits with documentation.
Diffstat (limited to 'discord/team.py')
| -rw-r--r-- | discord/team.py | 2 |
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` |