diff --git a/src/Discord.Net/Models/Profile.cs b/src/Discord.Net/Models/Profile.cs
index ce67e16e0..c3470af4b 100644
--- a/src/Discord.Net/Models/Profile.cs
+++ b/src/Discord.Net/Models/Profile.cs
@@ -28,7 +28,9 @@ namespace Discord
public UserStatus Status => Client.PrivateUser.Status;
/// Returns the string used to mention this user.
public string Mention => $"<@{Id}>";
-
+ /// Returns the string used to mention this user.
+ public string NicknameMention => $"<@!{Id}>";
+
/// Gets the email for this user.
public string Email { get; private set; }
/// Gets if the email for this user has been verified.