Add remaining user flags
This commit is contained in:
parent
891531fac0
commit
360fc123c6
@ -396,12 +396,15 @@ class UserFlags(Enum):
|
|||||||
partner = 2
|
partner = 2
|
||||||
hypesquad = 4
|
hypesquad = 4
|
||||||
bug_hunter = 8
|
bug_hunter = 8
|
||||||
|
mfa_sms = 16
|
||||||
|
premium_promo_dismissed = 32
|
||||||
hypesquad_bravery = 64
|
hypesquad_bravery = 64
|
||||||
hypesquad_brilliance = 128
|
hypesquad_brilliance = 128
|
||||||
hypesquad_balance = 256
|
hypesquad_balance = 256
|
||||||
early_supporter = 512
|
early_supporter = 512
|
||||||
team_user = 1024
|
team_user = 1024
|
||||||
system = 4096
|
system = 4096
|
||||||
|
has_unread_urgent_messages = 8192
|
||||||
bug_hunter_level_2 = 16384
|
bug_hunter_level_2 = 16384
|
||||||
verified_bot = 65536
|
verified_bot = 65536
|
||||||
verified_bot_developer = 131072
|
verified_bot_developer = 131072
|
||||||
|
Loading…
x
Reference in New Issue
Block a user