cubbot/env.sample.json

18 lines
296 B
JSON

{
"client": {
"host": "server.tld",
"username": "Bot",
"password": "root"
},
"log": {
"level": "info"
},
"modules": {
"Client": {},
"Combat": {},
"Chat": {},
"Time": {
"log": "debug"
}
}
}