-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
32 lines (32 loc) · 894 Bytes
/
bot.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
[{
"default_cmd": "npm start",
"default_path": "./node_modules/feedback-bot",
"default_settings": [
{
"name": "PROMPT_1",
"value": "Change me to change prompt 1",
"type": "text"
},
{
"name": "PROMPT_2",
"value": "Change me to change prompt 2",
"type": "text"
},
{
"name": "PROMPT_3",
"value": "Change me to change prompt 3",
"type": "text"
},
{
"name": "SIGNATURE",
"value": "Thank you, you can visit us on the web at http://www.green-bot.com",
"type": "text"
}
],
"desc": "A bot to collect feedback such as customer complaints, potholes and such.",
"icon_class": "information",
"name": "feedback-bot",
"owner_cmd": "",
"short_desc": "A bot to collect feedback such as customer complaints, potholes and such.",
"repo_link": "https://github.com/green-bot/feedback-bot"
}]