diff --git a/src/Discord.Net/API/Client/Common/Game.cs b/src/Discord.Net/API/Client/Common/Game.cs index 5c440b6ee..e41306cdc 100644 --- a/src/Discord.Net/API/Client/Common/Game.cs +++ b/src/Discord.Net/API/Client/Common/Game.cs @@ -4,7 +4,7 @@ namespace Discord.API.Client { public class Game { - [JsonProperty("game")] + [JsonProperty("name")] public string Name { get; set; } [JsonProperty("url")] public string Url { get; set; }