-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
52 lines (52 loc) · 1.56 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[{
"default_cmd": "coffee info.coffee",
"default_path": "./node_modules/info_bot/",
"default_settings": [
{
"name": "ADDRESS",
"value": "You can also email us at [email protected]",
"type": "text"
},
{
"name": "AWAY",
"value": "false",
"type": "boolean"
},
{
"name": "HOURS",
"value": "We are open from 9 to 5 Monday through Friday",
"type": "text"
},
{
"name": "PROMPT_1",
"value": "Thank you for texting in and trying out KISST4INFO, a simple way for your customers to contact your business using text and social messaging.",
"type": "text"
},
{
"name": "PROMPT_2",
"value": "KISST4INFO responds on behalf of your team in real time, quickly and efficiently, delivering any kind of information, such as http://bit.ly/15GmEEr ",
"type": "text"
},
{
"name": "SIGNATURE",
"value": "Thank you, you can visit us on the web at http://www.green-bot.com",
"type": "text"
},
{
"name": "SPECIALS",
"value": "Do you want to become a dealer for KISST Services? Or do you want to use it for your business? Call or text 401-885-7764 to discuss your needs",
"type": "text"
}
],
"desc": "A bot that collects information from a user, built for green-bot.",
"icon_class": "announcement",
"name": "information",
"owner_cmd": "",
"tags": [
"basic",
"retail",
"consumer"
],
"short_desc": "A more programmable information script",
"repo_link": "https://github.com/green-bot/info_bot.git"
}]