fix: Rollback Activities to Game (#1702)

This commit is contained in:
Paulo
2020-12-01 02:47:20 -03:00
committed by GitHub
parent 1e9b252e64
commit 9d7cb39faa
3 changed files with 23 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ namespace Discord.API.Gateway
public long? IdleSince { get; set; }
[JsonProperty("afk")]
public bool IsAFK { get; set; }
[JsonProperty("activities")]
public Game[] Activities { get; set; }
[JsonProperty("game")]
public Game Game { get; set; }
}
}