32 lines
915 B
JSON
32 lines
915 B
JSON
{
|
|
"discord_guilds": [896713616089309184],
|
|
"sync_commands_globally": true,
|
|
"twitch_channels": ["OokamiKunTV", "ookamipup"],
|
|
"command_modules": ["cmd_discord", "cmd_twitch", "cmd_common"],
|
|
"logging": {
|
|
"log_levels": ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "FATAL"],
|
|
"logfile_path": "logfile.log",
|
|
"file": {
|
|
"log_to_file": true,
|
|
"log_debug": true,
|
|
"log_info": true,
|
|
"log_warning": true,
|
|
"log_error": true,
|
|
"log_critical": true,
|
|
"log_fatal": true
|
|
},
|
|
"terminal": {
|
|
"log_to_terminal": true,
|
|
"log_debug": false,
|
|
"log_info": true,
|
|
"log_warning": true,
|
|
"log_error": true,
|
|
"log_critical": true,
|
|
"log_fatal": true
|
|
}
|
|
},
|
|
"database": {
|
|
"use_mariadb": false
|
|
}
|
|
}
|
|
|