add support for Bug Hunter and Early Supporter flags

This commit is contained in:
bmintz
2018-10-17 22:50:17 +00:00
committed by Rapptz
parent dd5762d9ed
commit c184b0a53d
3 changed files with 20 additions and 4 deletions

View File

@ -214,9 +214,11 @@ class UserFlags(Enum):
staff = 1
partner = 2
hypesquad = 4
bug_hunter = 8
hypesquad_bravery = 64
hypesquad_brilliance = 128
hypesquad_balance = 256
early_supporter = 512
class ActivityType(IntEnum):
unknown = -1