Browse Source

remove old HypeSquadEvents flag that appears to have been replaced with the new HypeSquad flags

pull/1237/head
Chris Johnston 6 years ago
parent
commit
802d489f47
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Core/Entities/Users/UserProperties.cs

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

@@ -17,7 +17,6 @@ namespace Discord
/// Flag given to Discord partners.
/// </summary>
Partner = 0b10,
HypeSquadEvents = 0b100,
/// <summary>
/// Flag given to users who have participated in the bug report program.
/// </summary>


Loading…
Cancel
Save