This commit is contained in:
Luna 2020-02-03 06:41:17 -03:00
commit fac82d3a6c
1 changed files with 6 additions and 1 deletions

View File

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