-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.default.json
More file actions
55 lines (54 loc) · 1.26 KB
/
config.default.json
File metadata and controls
55 lines (54 loc) · 1.26 KB
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
{
"cqws": {
"host": "127.0.0.1",
"port": 6700,
"enableAPI": true,
"enableEvent": true,
"accessToken": "",
"reconnection": true,
"reconnectionAttempts": 10,
"reconnectionDelay": 5000
},
"bot": {
"debug": false,
"admin": -1,
"autoAddFriend": false,
"addFriendAnswers": [],
"autoAddGroup": false,
"repeat": {
"enable": true,
"times": 3,
"probability": 40,
"commonProb": 0.2
},
"notification": {
"group_increase": "迎新",
"group_decrease": "送客"
},
"noPermissionReply": "权限不足"
},
"learn": {
"probability": 80
},
"weibo": {
"enable": true,
"timelineCheck": true,
"permission": ["SU", "owner", "admin"],
"autoPushfilter": []
},
"bilibili": {
"enable": true,
"timelineCheck": true,
"permission": ["SU", "owner", "admin"]
},
"twitter": {
"enable": true,
"timelineCheck": true,
"permission": ["SU", "owner", "admin"]
},
"pixiv": {
"deleteMsg": false
},
"proxy": "",
"mongoDB": "mongodb://127.0.0.1:27017"
}