Browse Source

Use API v3

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
e004b7c451
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Net/WebSockets/Commands.cs

+ 1
- 1
src/Discord.Net/Net/WebSockets/Commands.cs View File

@@ -26,7 +26,7 @@ namespace Discord.Net.WebSockets
[JsonProperty(PropertyName = "token")] [JsonProperty(PropertyName = "token")]
public string Token; public string Token;
[JsonProperty(PropertyName = "v")] [JsonProperty(PropertyName = "v")]
public int Version = 2;
public int Version = 3;
[JsonProperty(PropertyName = "properties")] [JsonProperty(PropertyName = "properties")]
public Dictionary<string, string> Properties = new Dictionary<string, string>(); public Dictionary<string, string> Properties = new Dictionary<string, string>();
} }


Loading…
Cancel
Save