21 lines
338 B
JSON
21 lines
338 B
JSON
{
|
|
"debug": true,
|
|
|
|
"remotes": [{
|
|
"name": "freenode",
|
|
"type": "irc",
|
|
"host": "chat.freenode.net",
|
|
"username": "pandorabot_test",
|
|
"password": "abcxyz",
|
|
"channels": {
|
|
"main": "pandorabox-test"
|
|
}
|
|
},{
|
|
"name": "discord",
|
|
"type": "discord",
|
|
"channels": {
|
|
"main": "myToken"
|
|
}
|
|
}]
|
|
}
|