Removed IDiscordClient reference from IEntity
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user