Removed IDiscordClient reference from IEntity

This commit is contained in:
RogueException
2016-10-14 13:12:47 -03:00
parent 735c869f3d
commit 75fb31e939
5 changed files with 3 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ namespace Discord
public interface IEntity<TId>
where TId : IEquatable<TId>
{
/// <summary> Gets the IDiscordClient that created this object. </summary>
IDiscordClient Discord { get; }
///// <summary> Gets the IDiscordClient that created this object. </summary>
//IDiscordClient Discord { get; }
/// <summary> Gets the unique identifier for this object. </summary>
TId Id { get; }