mirror of https://gitlab.com/litecord/litecord.git
feat: adding remaining user flags
This commit is contained in:
parent
d2e219a1df
commit
a666ca4fc0
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue