mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
19 lines
553 B
JSON
19 lines
553 B
JSON
{
|
|
"config": {
|
|
"chat_channel": "testchatchannel",
|
|
"command_channel": "testchatchannel",
|
|
"command_prefix": "!",
|
|
"regex": [
|
|
{
|
|
"type": "groups",
|
|
"match": "\\[(.*?)\\].*INFO.*\\]: <(.*)> (.*)",
|
|
"capture": "**[{groups[1]}]**: {groups[2]}"
|
|
},
|
|
{
|
|
"type": "groups",
|
|
"match": "\\[(.*?)\\].*WARN.*?\\] \\[(.*?)\\]: (.*)",
|
|
"capture": "**[{groups[1]}]**: {groups[2]}"
|
|
}
|
|
]
|
|
}
|
|
} |