karin-plugin-teamspeak 1.11.4 → 1.12.0

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.
@@ -9,7 +9,7 @@ export interface Config {
9
9
  USERNAME: string //ts3服务器admin账号 创建时出现的那个
10
10
  PASSWORD: string //ts3服务器admin密码 创建时出现的那个
11
11
  NICKNAME: string //连接到ts3服务器使用的用户名 -- 不会显式出现在ts3服务器中可通过查询api查看到
12
- NOTICE_GROUP_NO: number[] //通知用户进出ts3的群号 可多个
12
+ NOTICE_GROUP_NO: string[] //通知用户进出ts3的群号 可多个
13
13
  RECONNECT_TIMER: number //断线重连次数 -1表示将不断尝试
14
14
  DIS_NOTIFY_NAME_LIST: string[] //不提醒的昵称列表 可多个 默认不提醒当前加入ts的机器人
15
15
  SERVER_NAME: string //展示的服务器名
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-teamspeak",
3
- "version": "1.11.4",
3
+ "version": "1.12.0",
4
4
  "description": "karin 的 teamspeak 插件",
5
5
  "homepage": "https://github.com/jacksixth/karin-plugin-teamspeak3",
6
6
  "bugs": {