w0bmircbot/.config.example.json

16 lines
282 B
JSON

{
"servers": {
"asd": {
"host": "domain.tld",
"port": 6667,
"secure": false,
"srvPassword": "example",
"nick": "bert",
"userName": "foo",
"realName": "bar"
}
},
"sentry": "you should know what this is for. else remove it from index.js before running"
}