module.exports = { "mc": { "host": "corejourney.org", // "bots": { // "bot_name": { // "username": "", // "password": "", // 'auth': "microsoft" // } // } }, 'ai':{ "key": "...", "interval": 5, "prompt0": (name, interval, currentPlayers)=>` Some stuff here. ` }, "playerListDir": "/home/william/test_list/" }