Nadir Chowdhury
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
discord/enums.py
|
|
@ -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 |
|
|
|