Browse Source

add active developer badge support

pull/2521/head
Misha133 2 years ago
parent
commit
6fc7a6a815
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/Discord.Net.Core/Entities/Users/UserProperties.cs

+ 5
- 0
src/Discord.Net.Core/Entities/Users/UserProperties.cs View File

@@ -69,5 +69,10 @@ namespace Discord
/// Flag given to bots that use only outgoing webhooks, exclusively. /// Flag given to bots that use only outgoing webhooks, exclusively.
/// </summary> /// </summary>
BotHTTPInteractions = 1 << 19, BotHTTPInteractions = 1 << 19,

/// <summary>
/// Flag given to users that are active developers.
/// </summary>
ActiveDeveloper = 1 << 22
} }
} }

Loading…
Cancel
Save