Files
minecraft-server-discord-bot/config.json.example
2025-08-27 01:10:52 +00:00

14 lines
343 B
JSON

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