Fixed compile bug

This commit is contained in:
RogueException
2015-12-31 16:00:31 -04:00
parent ebd1d77ccf
commit 321093e0f8

View File

@@ -15,7 +15,7 @@ namespace Discord.API.Client
[JsonProperty("t", NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }
[JsonProperty("s", NullValueHandling = NullValueHandling.Ignore)]
public int? Sequence { get; set; }
public uint? Sequence { get; set; }
[JsonProperty("d")]
public object Payload { get; set; }