Merge branch 'impl/remaining-user-flags' into 'master'

Adding Remaining User Flags

See merge request litecord/litecord!55
This commit is contained in:
Luna 2020-01-31 20:38:29 +00:00
commit 3aec18cb19
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."""