Skip to content

Commit f1275ad

Browse files
authored
Update flags.py (#1164)
1 parent fe51032 commit f1275ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/api/models/flags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class UserFlags(IntFlag):
159159
VERIFIED_DEVELOPER = 1 << 17
160160
DISCORD_CERTIFIED_MODERATOR = 1 << 18
161161
BOT_HTTP_INTERACTIONS = 1 << 19
162+
ACTIVE_DEVELOPER = 1 << 22
162163

163164

164165
class AppFlags(IntFlag):

0 commit comments

Comments
 (0)