diff options
| author | Nadir Chowdhury <[email protected]> | 2020-08-06 03:04:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-05 22:04:09 -0400 |
| commit | 360fc123c6fdedb1bc796e1097cd571cccc88052 (patch) | |
| tree | 81a60a3ce549b44f92b4bd5b366e525455c5bdc1 | |
| parent | Fixed a typo in message unpinning docs (diff) | |
| download | discord.py-360fc123c6fdedb1bc796e1097cd571cccc88052.tar.xz discord.py-360fc123c6fdedb1bc796e1097cd571cccc88052.zip | |
Add remaining user flags
| -rw-r--r-- | discord/enums.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 87fc7322..557136a5 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -396,12 +396,15 @@ class UserFlags(Enum): partner = 2 hypesquad = 4 bug_hunter = 8 + mfa_sms = 16 + premium_promo_dismissed = 32 hypesquad_bravery = 64 hypesquad_brilliance = 128 hypesquad_balance = 256 early_supporter = 512 team_user = 1024 system = 4096 + has_unread_urgent_messages = 8192 bug_hunter_level_2 = 16384 verified_bot = 65536 verified_bot_developer = 131072 |