mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Remove owner from TeamMemberRole
This commit is contained in:
@ -523,7 +523,6 @@ class TeamMembershipState(Enum):
|
||||
|
||||
|
||||
class TeamMemberRole(Enum):
|
||||
owner = 'owner'
|
||||
admin = 'admin'
|
||||
developer = 'developer'
|
||||
read_only = 'read_only'
|
||||
|
Reference in New Issue
Block a user