slack-command-server/config.json.example

16 lines
320 B
Plaintext
Raw Normal View History

2014-08-09 06:21:11 +00:00
{
2014-08-09 23:03:19 +00:00
"plugins": {
"slack-roll-command": {},
"slack-phrase-command": {
"phrases": [
"Test phrase 1",
"Test phrase 2"
],
"command": "test"
}
},
"local-plugins": {
"./my/local/plugin.js": {}
},
2014-08-09 06:40:38 +00:00
"port": 80
2014-08-09 06:21:11 +00:00
}