We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef69a4b commit 5887a79Copy full SHA for 5887a79
DisCatSharp/Enums/Application/ApplicationFlags.cs
@@ -129,5 +129,5 @@ public enum ApplicationFlags : long
129
/// <summary>
130
/// Indicates if an app is considered active. This means that it has had any global command executed in the past 30 days.
131
/// </summary>
132
- ActiveApplication = 1L << 24
+ Active = 1L << 24
133
}
0 commit comments