koishi-plugin-group-control 0.0.1 → 0.0.2
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.
- package/package.json +2 -5
- package/readme.md +5 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-group-control",
|
|
3
|
-
"description": "Koishi
|
|
4
|
-
"version": "0.0.
|
|
3
|
+
"description": "Koishi 机器人进群/退群事件处理插件,支持自定义机器人进群消息、踢出后自动拉黑功能和主动退群指令。(仅支持Onebot协议)",
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -13,12 +13,9 @@
|
|
|
13
13
|
"koishi",
|
|
14
14
|
"plugin",
|
|
15
15
|
"group",
|
|
16
|
-
"control",
|
|
17
16
|
"join",
|
|
18
17
|
"leave",
|
|
19
18
|
"blacklist",
|
|
20
|
-
"welcome-message",
|
|
21
|
-
"quit-command",
|
|
22
19
|
"onebot",
|
|
23
20
|
"qq"
|
|
24
21
|
],
|
package/readme.md
CHANGED
|
@@ -2,4 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/koishi-plugin-group-control)
|
|
4
4
|
|
|
5
|
-
Koishi
|
|
5
|
+
Koishi 机器人进群/退群事件处理插件,支持自定义机器人进群消息、踢出后自动拉黑功能和主动退群指令。
|
|
6
|
+
|
|
7
|
+
## 仅支持Onebot协议
|
|
8
|
+
|
|
9
|
+
> 使用Qwen3-Coder协助完成
|