Browse Source

Fixed game name not serializing

pull/73/merge
RogueException 9 years ago
parent
commit
41629525e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/API/Client/Common/Game.cs

+ 1
- 1
src/Discord.Net/API/Client/Common/Game.cs View File

@@ -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; }


Loading…
Cancel
Save