mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add active developer flag
This commit is contained in:
@ -482,6 +482,7 @@ class UserFlags(Enum):
|
||||
discord_certified_moderator = 262144
|
||||
bot_http_interactions = 524288
|
||||
spammer = 1048576
|
||||
active_developer = 4194304
|
||||
|
||||
|
||||
class ActivityType(Enum):
|
||||
|
Reference in New Issue
Block a user