mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-19 04:24:41 +00:00
Add SPAMMER user flag
This commit is contained in:
@@ -463,6 +463,7 @@ class UserFlags(Enum):
|
||||
verified_bot_developer = 131072
|
||||
discord_certified_moderator = 262144
|
||||
bot_http_interactions = 524288
|
||||
spammer = 1048576
|
||||
|
||||
|
||||
class ActivityType(Enum):
|
||||
|
Reference in New Issue
Block a user