Added User.Mention shortcut
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user