karin-plugin-teamspeak 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/apps/ts3.js +1 -0
  2. package/package.json +1 -1
package/lib/apps/ts3.js CHANGED
@@ -81,6 +81,7 @@ class ts3 {
81
81
  });
82
82
  }
83
83
  });
84
+ _teamspeak.connect();
84
85
  };
85
86
  //获取ts3服务器的所有对应频道的人 -- 并组装成文字可直接发
86
87
  getAllChannelList = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-teamspeak",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "karin 的 teamspeak 插件",
5
5
  "homepage": "https://github.com/jacksixth/karin-plugin-teamspeak3",
6
6
  "bugs": {