-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
61 lines (61 loc) · 1.43 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
53
54
55
56
57
58
59
60
61
[{
"default_cmd": "npm start",
"default_path": "./node_modules/greenbot-directorybot",
"default_settings": [
{
"name": "PROMPT",
"value": "The bot will send this when it's activated",
"type": "text"
},
{
"name": "MAPPING_1",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_2",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_3",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_4",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_5",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_6",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_7",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_8",
"value": "keyword: /command",
"type": "text"
},
{
"name": "MAPPING_9",
"value": "keyword: /command",
"type": "text"
}],
"desc": "A Greenbot bot that tries to figure out which Slack team an inbound texter needs to talk to, and forwards their conversation to that team.",
"icon_class": "",
"name": "greenbot-directorybot",
"owner_cmd": "",
"short_desc": "A Greenbot bot that tries to figure out which Slack team an inbound texter needs to talk to, and forwards their conversation to that team.",
"repo_link": "https://github.com/green-bot/greenbot-slackbot"
}]