mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Add Profile.system and Profile.team_user to query newer flags
This commit is contained in:
@ -396,6 +396,8 @@ class UserFlags(Enum):
|
||||
hypesquad_brilliance = 128
|
||||
hypesquad_balance = 256
|
||||
early_supporter = 512
|
||||
team_user = 1024
|
||||
system = 4096
|
||||
|
||||
class ActivityType(Enum):
|
||||
unknown = -1
|
||||
|
Reference in New Issue
Block a user