-
Notifications
You must be signed in to change notification settings - Fork 1
/
bot-sample.json
48 lines (48 loc) · 961 Bytes
/
bot-sample.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
{
"env": {
"token": "{SLACK BOT TOKEN}",
"name": "{SLACK BOT NAME}"
},
"boss": [
"{USER ID NOT NAME}"
],
"debug": [
"{ROOM ID TO LOG DEBUGGING}"
],
"config": {
"generator": {
},
"pokemon": {
"regex": "^pokemon.+",
"groups": []
},
"speak": {
"regex": "catbot"
},
"bukkit": {
"bukkit": "{URL OF BUKKIT SERVER}",
"regex": "^bukkit.+|^!(.+).gif$|^!(.+).jpeg$|^!(.+).jpg$|^!(.+).png$"
},
"github": {
"username": "{GITHUB USERNAME}",
"password": "{GITHUB PASSWORD}",
"regex": "^gh .+"
},
"doggo": {
"regex": "!doggo|!pupper|!woofer|!doge|!shoob|!wrinkler|!puggo|!floofer|!goodboye"
},
"spotify": {
"regex": "^!spotify|^!song",
"password": "{SPOTIFY API KEY}",
"skip": "skip-endpoint.php",
"playing": "now-playing-endpoint.php",
"timeout": 300000
},
"weather": {
"regex": "!weather",
"apikey": "{OPENWEATHER API KEY}",
"lat": "34.478263",
"lon": "-114.362723"
}
}
}