Removed leftover doc

This commit is contained in:
RogueException
2015-12-08 04:23:16 -04:00
parent eb319d1fba
commit 2efd612886

View File

@@ -91,7 +91,6 @@ namespace Discord
}
/// <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; }
/// <summary> Returns true if the current user created this message. </summary>
public bool IsAuthor => _client.CurrentUser.Id == _user.Id;