Browse Source

update comment to not reference 2.1

pull/1247/head
Chris Johnston 6 years ago
parent
commit
4e30a2ec62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Users/IPresence.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Users/IPresence.cs View File

@@ -18,7 +18,7 @@ namespace Discord
/// <summary> /// <summary>
/// Gets the set of clients where this user is currently active. /// Gets the set of clients where this user is currently active.
/// </summary> /// </summary>
// TODO: Un-comment ActiveClients definition in IPresence for 2.1.x breaking update
// TODO: Un-comment ActiveClients definition in IPresence for next breaking update
// IImmutableSet<ClientType> ActiveClients { get; } // IImmutableSet<ClientType> ActiveClients { get; }
} }
} }

Loading…
Cancel
Save