Files
minecraft-server-discord-bot/config.json.example
2025-08-27 04:42:09 +00:00

13 lines
309 B
JSON

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