slack-command-server/config.json.example

16 lines
320 B
Plaintext

{
"plugins": {
"slack-roll-command": {},
"slack-phrase-command": {
"phrases": [
"Test phrase 1",
"Test phrase 2"
],
"command": "test"
}
},
"local-plugins": {
"./my/local/plugin.js": {}
},
"port": 80
}