Fix member avatar URL not showing up in API responses
This commit is contained in:
parent
8b65754b00
commit
64b633e6b4
@ -129,6 +129,7 @@ namespace PluralKit
|
||||
o.Add("display_name", DisplayName);
|
||||
o.Add("birthday", Birthday.HasValue ? Formats.DateExportFormat.Format(Birthday.Value) : null);
|
||||
o.Add("pronouns", Pronouns);
|
||||
o.Add("avatar_url", AvatarUrl);
|
||||
o.Add("description", Description);
|
||||
|
||||
var tagArray = new JArray();
|
||||
|
Loading…
Reference in New Issue
Block a user