feat: adding remaining user flags

This commit is contained in:
Hampus Kraft 2020-01-31 19:15:42 +01:00
parent d2e219a1df
commit a666ca4fc0
No known key found for this signature in database
GPG Key ID: 0094710D3124826B
1 changed files with 6 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class UserFlags(Flags):
staff = 1
partner = 2
hypesquad = 4
bug_hunter = 8
bug_hunter_1 = 8
mfa_sms = 16
premium_dismissed = 32
@ -159,6 +159,11 @@ class UserFlags(Flags):
premium_early = 512
unread_system = 4096
unread_urgent_system = 8192
bug_hunter_2 = 16384
class MessageFlags(Flags):
"""Message flags."""