mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Add remaining user flags
This commit is contained in:
parent
891531fac0
commit
360fc123c6
@ -396,12 +396,15 @@ class UserFlags(Enum):
|
||||
partner = 2
|
||||
hypesquad = 4
|
||||
bug_hunter = 8
|
||||
mfa_sms = 16
|
||||
premium_promo_dismissed = 32
|
||||
hypesquad_bravery = 64
|
||||
hypesquad_brilliance = 128
|
||||
hypesquad_balance = 256
|
||||
early_supporter = 512
|
||||
team_user = 1024
|
||||
system = 4096
|
||||
has_unread_urgent_messages = 8192
|
||||
bug_hunter_level_2 = 16384
|
||||
verified_bot = 65536
|
||||
verified_bot_developer = 131072
|
||||
|
Loading…
x
Reference in New Issue
Block a user