This commit is contained in:
2024-09-27 22:57:22 -04:00
parent 2ab44224b4
commit 84c45695b7
4 changed files with 94 additions and 32 deletions

View File

@ -9,5 +9,12 @@ module.exports = {
// }
// }
},
'ai':{
"key": "...",
"interval": 5,
"prompt0": (name, interval, currentPlayers)=>`
Some stuff here.
`
},
"playerListDir": "/home/william/test_list/"
}
}