diff options
| author | JohnyTheCarrot <[email protected]> | 2020-04-12 21:08:39 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-29 22:40:14 -0400 |
| commit | ab5f995d78c12005cae7cf51c174656207e0e134 (patch) | |
| tree | bb0f36c4c3e755246ce21a2c45d1b2f695fc6ce2 /discord/enums.py | |
| parent | Document that sleep_until considers naive datetimes as UTC. (diff) | |
| download | discord.py-ab5f995d78c12005cae7cf51c174656207e0e134.tar.xz discord.py-ab5f995d78c12005cae7cf51c174656207e0e134.zip | |
Add support for public user flags
Diffstat (limited to 'discord/enums.py')
| -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 8feb13bb..6859a1c7 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -400,6 +400,9 @@ class UserFlags(Enum): early_supporter = 512 team_user = 1024 system = 4096 + bug_hunter_level_2 = 16384 + verified_bot = 65536 + verified_bot_developer = 131072 class ActivityType(Enum): unknown = -1 |