mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 12:05:22 +00:00
13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
"config": {
|
|
"chat_channel": "testchatchannel",
|
|
"command_channel": "testchatchannel",
|
|
"command_prefix": "!",
|
|
"regex": [
|
|
{
|
|
"match": ".*\\]: <(.*)> (.*)",
|
|
"fstring": "**[{groups[0]}]**: {groups[1]}"
|
|
}
|
|
]
|
|
}
|
|
} |