Added Splash to UpdateGuildRequest

This commit is contained in:
RogueException
2016-01-10 22:32:36 -04:00
parent fb892db646
commit b7eb5f8698

View File

@@ -23,6 +23,8 @@ namespace Discord.API.Client.Rest
public ulong? AFKChannelId { get; set; }
[JsonProperty("afk_timeout")]
public int AFKTimeout { get; set; }
[JsonProperty("splash")]
public string Splash { get; set; }
public UpdateGuildRequest(ulong guildId)
{