Skip to content

Commit

Permalink
fix: Rename flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Nov 10, 2022
1 parent d66df2c commit 622cd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisCatSharp/Enums/Application/ApplicationFlags.cs
Expand Up @@ -129,5 +129,5 @@ public enum ApplicationFlags : long
/// <summary>
/// Indicates if an app is considered active. This means that it has had any global command executed in the past 30 days.
/// </summary>
ActiveApplication = 1L << 24
Active = 1L << 24
}

0 comments on commit 622cd8b

Please sign in to comment.