Browse Source
Add competing activity status type (#205)
* Update GuildPermissionsTests.cs
* Update GuildPermissions.cs
* Add competing status type
pull/1923/head
MrCakeSlayer
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
src/Discord.Net.Core/Entities/Activities/ActivityType.cs
|
|
@@ -25,5 +25,9 @@ namespace Discord |
|
|
|
/// The user has set a custom status. |
|
|
|
/// </summary> |
|
|
|
CustomStatus = 4, |
|
|
|
/// <summary> |
|
|
|
/// The user is competing in a game. |
|
|
|
/// </summary> |
|
|
|
Competing = 5, |
|
|
|
} |
|
|
|
} |