Add DiscordURL to links object

This commit is contained in:
Timothy Baldridge 2022-03-28 22:26:45 -06:00
parent 36eae54bb0
commit a2856e6605

View File

@ -13,4 +13,6 @@ public class LinksObject
[JsonPropertyName("download")] public string Download { get; set; } = string.Empty;
[JsonPropertyName("machineURL")] public string MachineURL { get; set; } = string.Empty;
[JsonProperty("discordURL")] public string DiscordURL { get; set; } = string.Empty;
}