mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' of https://gitlab.com/litecord/litecord
This commit is contained in:
commit
fac82d3a6c
|
|
@ -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."""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue