diff --git a/src/Discord.Net/Models/Profile.cs b/src/Discord.Net/Models/Profile.cs index ac1fcc015..87dc9cc70 100644 --- a/src/Discord.Net/Models/Profile.cs +++ b/src/Discord.Net/Models/Profile.cs @@ -17,7 +17,7 @@ namespace Discord /// Gets the unique identifier for this user's current avatar. public string AvatarId => Client.PrivateUser.AvatarId; /// Gets the URL to this user's current avatar. - public string AvatarUrl => User.GetAvatarUrl(Id, AvatarId); + public string AvatarUrl => Client.PrivateUser.AvatarUrl; /// Gets an id uniquely identifying from others with the same name. public ushort Discriminator => Client.PrivateUser.Discriminator; /// Gets the name of the game this user is currently playing.