Add support for public user flags

This commit is contained in:
JohnyTheCarrot
2020-05-29 22:40:14 -04:00
committed by Rapptz
parent cbdf660ddc
commit ab5f995d78
5 changed files with 115 additions and 2 deletions
+3
View File
@@ -400,6 +400,9 @@ class UserFlags(Enum):
early_supporter = 512
team_user = 1024
system = 4096
bug_hunter_level_2 = 16384
verified_bot = 65536
verified_bot_developer = 131072
class ActivityType(Enum):
unknown = -1