multi bots online

This commit is contained in:
2023-05-08 10:58:05 -04:00
parent cbf7f78604
commit 0616ce2ea5
11 changed files with 1005 additions and 565 deletions

View File

@ -1,12 +1,12 @@
module.exports = {
"mc": {
"server": "corejourney.org._vAUTO.mc.proxy",
"bots": {
"bot_name": {
"username": "<configure in secrets>",
"password": "<configure in secrets>",
'auth': "microsoft"
}
}
"host": "corejourney.org",
// "bots": {
// "bot_name": {
// "username": "<configure in secrets>",
// "password": "<configure in secrets>",
// 'auth': "microsoft"
// }
// }
}
}