-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrigger.json
More file actions
52 lines (52 loc) · 1.05 KB
/
trigger.json
File metadata and controls
52 lines (52 loc) · 1.05 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
{
"trigger_words": {
"春同": [
"春",
"春同",
"春同一根",
"春同一根捏",
"不会给春同很多很好的评价"
],
"春竹": [
"春竹",
"春竹一根",
"春竹一根捏",
"不会给春竹很多很好的评价"
],
"春枝": [
"春枝",
"春枝一根",
"春枝一根捏",
"不会给春枝很多很好的评价"
],
"惹": [
"惹",
"素"
],
"绷": [
"绷",
"难绷",
"绷不住",
"绷不住了"
]
},
"trigger_words_rec": {
"素": "惹"
},
"trigger_message": {
"?": [
":question:",
":grey_question:",
"?",
"?"
]
},
"trigger_message_rec": {
"?": "?"
},
"repeat_messages": [
"靴靴",
"……",
"难评"
]
}