Minor edit

This commit is contained in:
RogueException
2016-01-06 04:51:29 -04:00
parent cadc711533
commit f38ed87343

View File

@@ -17,7 +17,7 @@ namespace Discord
/// <summary> Gets the unique identifier for this user's current avatar. </summary>
public string AvatarId => Client.PrivateUser.AvatarId;
/// <summary> Gets the URL to this user's current avatar. </summary>
public string AvatarUrl => User.GetAvatarUrl(Id, AvatarId);
public string AvatarUrl => Client.PrivateUser.AvatarUrl;
/// <summary> Gets an id uniquely identifying from others with the same name. </summary>
public ushort Discriminator => Client.PrivateUser.Discriminator;
/// <summary> Gets the name of the game this user is currently playing. </summary>