Files
minecraft-server-discord-bot/config.json.example
2025-08-26 00:04:17 -04:00

14 lines
360 B
JSON

{
"config": {
"chat_channel": "testchatchannel",
"command_channel": "testchatchannel",
"command_prefix": "!",
"regex": [
{
"type": "groups",
"match": "\\[(.*?)\\].*INFO.*\\]: <(.*)> (.*)",
"capture": "**[{groups[0]}]**: {groups[2]}"
}
]
}
}