Removed leftover doc
This commit is contained in:
@@ -91,7 +91,6 @@ namespace Discord
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary> Returns true if the logged-in user was mentioned. </summary>
|
/// <summary> Returns true if the logged-in user was mentioned. </summary>
|
||||||
/// <remarks> This is not set to true if the user was mentioned with @everyone (see IsMentioningEverone). </remarks>
|
|
||||||
public bool IsMentioningMe { get; private set; }
|
public bool IsMentioningMe { get; private set; }
|
||||||
/// <summary> Returns true if the current user created this message. </summary>
|
/// <summary> Returns true if the current user created this message. </summary>
|
||||||
public bool IsAuthor => _client.CurrentUser.Id == _user.Id;
|
public bool IsAuthor => _client.CurrentUser.Id == _user.Id;
|
||||||
|
|||||||
Reference in New Issue
Block a user