浏览代码

Use API v3

pull/6/head
Brandon Smith 9 年前
父节点
当前提交
e004b7c451
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/Discord.Net/Net/WebSockets/Commands.cs

+ 1
- 1
src/Discord.Net/Net/WebSockets/Commands.cs 查看文件

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


正在加载...
取消
保存