From 87e9fdb603ed679421f6c23f56227e94274bc055 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 13 Aug 2015 01:49:10 -0300 Subject: [PATCH] Added server icon property --- Discord.Net/API/Models/Common.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Discord.Net/API/Models/Common.cs b/Discord.Net/API/Models/Common.cs index 37cf91c22..8893aad38 100644 --- a/Discord.Net/API/Models/Common.cs +++ b/Discord.Net/API/Models/Common.cs @@ -101,6 +101,8 @@ namespace Discord.API.Models public string EmbedChannelId; [JsonProperty(PropertyName = "embed_enabled")] public bool EmbedEnabled; + [JsonProperty(PropertyName = "icon")] + public string Icon; [JsonProperty(PropertyName = "joined_at")] public DateTime? JoinedAt; [JsonProperty(PropertyName = "owner_id")]