mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[commands] Properly raise the correct exception for owner_ids
Also some minor nits with documentation.
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user