Added User.Mention shortcut

This commit is contained in:
Brandon Smith
2015-08-21 12:01:14 -03:00
parent f190679973
commit 43c050604c

View File

@@ -20,6 +20,7 @@ namespace Discord
public bool IsVerified { get; internal set; } = true;
public string GameId { get; internal set; }
public string Status { get; internal set; }
public string Mention { get { return $"<@{Id}>"; } }
public DateTime LastActivity { get; private set; }