feat: add ACTIVE_DEVELOPER user flag (#9428)

* feat: add `ACTIVE_DEVELOPER` user flag

* add trailing comma + typings
This commit is contained in:
pkdev08
2023-04-20 07:34:59 -04:00
committed by GitHub
parent 4f26ba7c2a
commit 420f379933
2 changed files with 4 additions and 1 deletions

3
typings/index.d.ts vendored
View File

@@ -6440,7 +6440,8 @@ export type UserFlagsString =
| 'VERIFIED_BOT'
| 'EARLY_VERIFIED_BOT_DEVELOPER'
| 'DISCORD_CERTIFIED_MODERATOR'
| 'BOT_HTTP_INTERACTIONS';
| 'BOT_HTTP_INTERACTIONS'
| 'ACTIVE_DEVELOPER';
export type UserMention = `<@${Snowflake}>`;