diff --git a/src/Discord.Net.Core/Entities/Users/UserProperties.cs b/src/Discord.Net.Core/Entities/Users/UserProperties.cs index 4cf4162a9..aeba6a234 100644 --- a/src/Discord.Net.Core/Entities/Users/UserProperties.cs +++ b/src/Discord.Net.Core/Entities/Users/UserProperties.cs @@ -69,5 +69,10 @@ namespace Discord /// Flag given to bots that use only outgoing webhooks, exclusively. /// BotHTTPInteractions = 1 << 19, + + /// + /// Flag given to users that are active developers. + /// + ActiveDeveloper = 1 << 22 } }