Browse Source

Updated StartedAt and EndsAt comments.

pull/1414/head
LtLi0n 5 years ago
parent
commit
2f9e286c09
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs View File

@@ -33,7 +33,7 @@ namespace Discord
public string TrackTitle { get; internal set; }

/// <summary>
/// Gets the date the track began playing at.
/// Gets the date when the track started playing.
/// </summary>
/// <returns>
/// A <see cref="DateTimeOffset"/> containing the start timestamp of the song.
@@ -41,7 +41,7 @@ namespace Discord
public DateTimeOffset? StartedAt { get; internal set; }

/// <summary>
/// Gets the date the track will stop playing at.
/// Gets the date when the track ends.
/// </summary>
/// <returns>
/// A <see cref="DateTimeOffset"/> containing the finish timestamp of the song.


Loading…
Cancel
Save