Add active developer flag

This commit is contained in:
Rapptz
2022-11-10 13:58:31 -05:00
parent cd6fd13a8f
commit 3d39f70d30
2 changed files with 9 additions and 0 deletions

View File

@ -482,6 +482,7 @@ class UserFlags(Enum):
discord_certified_moderator = 262144
bot_http_interactions = 524288
spammer = 1048576
active_developer = 4194304
class ActivityType(Enum):