Browse Source
docs: adjust wording of ActivityType.Watching enum
Adjusts the xmldoc summary wording of the ActivityType.Watching enum to
fix a wording issue.
pull/1379/head
Chris Johnston
Still Hsu
6 years ago
No known key found for this signature in database
GPG Key ID: C176DD7907FF62A7
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/Entities/Activities/ActivityType.cs
|
|
@@ -18,7 +18,7 @@ namespace Discord |
|
|
|
/// </summary> |
|
|
|
Listening = 2, |
|
|
|
/// <summary> |
|
|
|
/// The user is watching a media. |
|
|
|
/// The user is watching some form of media. |
|
|
|
/// </summary> |
|
|
|
Watching = 3 |
|
|
|
} |
|
|
|