This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathme.cqp.jrbot.json
158 lines (158 loc) · 2.84 KB
/
me.cqp.jrbot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"ret": 1,
"apiver": 9,
"name": "jrbot",
"version": "1.2.0",
"version_id": 1,
"author": "J.R",
"path": "",
"class": "me.cqp.Jrbot",
"description": "This is J.R's bot!",
"event": [
{
"id": 1,
"type": 21,
"name": "私聊消息处理",
"function": "privateMsg",
"priority": 30000
},
{
"id": 2,
"type": 2,
"name": "群消息处理",
"function": "groupMsg",
"priority": 30000
},
{
"id": 3,
"type": 4,
"name": "讨论组消息处理",
"function": "discussMsg",
"priority": 30000
},
{
"id": 4,
"type": 11,
"name": "群文件上传事件处理",
"function": "groupUpload",
"priority": 30000
},
{
"id": 5,
"type": 101,
"name": "群管理变动事件处理",
"function": "groupAdmin",
"priority": 30000
},
{
"id": 6,
"type": 102,
"name": "群成员减少事件处理",
"function": "groupMemberDecrease",
"priority": 30000
},
{
"id": 7,
"type": 103,
"name": "群成员增加事件处理",
"function": "groupMemberIncrease",
"priority": 30000
},
{
"id": 8,
"type": 301,
"name": "好友添加请求处理",
"function": "requestAddFriend",
"priority": 30000
},
{
"id": 9,
"type": 302,
"name": "群添加请求处理",
"function": "requestAddGroup",
"priority": 30000
},
{
"id": 10,
"type": 201,
"name": "好友已添加事件处理",
"function": "friendAdd",
"priority": 30000
},
{
"id": 11,
"type": 104,
"name": "禁言请求处理",
"function": "groupBan",
"priority": 30000
},
{
"id": 1001,
"type": 1001,
"name": "酷Q启动事件",
"priority": 30000,
"function": "startup"
},
{
"id": 1002,
"type": 1002,
"name": "酷Q关闭事件",
"priority": 30000,
"function": "exit"
},
{
"id": 1003,
"type": 1003,
"name": "应用已被启用",
"priority": 30000,
"function": "enable"
},
{
"id": 1004,
"type": 1004,
"name": "应用将被停用",
"priority": 30000,
"function": "disable"
}
],
"menu": [
{
"name": "关于",
"function": "display_author_info"
},
{
"name": "个人配置...",
"function": "show_configurations"
},
{
"name": "模块管理...",
"function": "module_manager"
},
{
"name": "打开网页管理器",
"function": "open_webmanager",
}
],
"status": [
],
"auth": [
101,
103,
106,
120,
121,
122,
123,
127,
128,
130,
131,
132,
140,
150,
151,
160,
161,
180
]
}