diff options
| author | Stanisław Jelnicki <[email protected]> | 2021-05-23 11:07:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-23 05:07:33 -0400 |
| commit | 65439732b37bead34cc321285c5e4909e0575634 (patch) | |
| tree | fec8ecdff01cc03dea22c180f3498021dd34ae40 /discord/enums.py | |
| parent | [docs] typo fix (diff) | |
| download | discord.py-65439732b37bead34cc321285c5e4909e0575634.tar.xz discord.py-65439732b37bead34cc321285c5e4909e0575634.zip | |
Add Discord Certified Moderator user flag
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 7672602f..5f6a599b 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -397,6 +397,7 @@ class UserFlags(Enum): bug_hunter_level_2 = 16384 verified_bot = 65536 verified_bot_developer = 131072 + discord_certified_moderator = 262144 class ActivityType(Enum): unknown = -1 |