lph/TEMPLATE-config.json
2024-02-26 21:59:25 +13:00

22 lines
401 B
JSON

{
"logging": {
"level": "warn",
"filename": "bot.log",
"quiet": false,
"overwrite": true,
"use_color": true,
"http": {
"enable": false,
"filename": "http.log"
},
"disable_modules": ["WEBSOCKETS", "USER_AGENT"]
},
"discord": {
"token": "your token",
"default_prefix": {
"enable": false,
"prefix": "YOUR-COMMANDS-PREFIX"
}
}
}