fix regex and discord messages FINALLY!

This commit is contained in:
Nayan
2025-08-27 01:10:52 +00:00
parent abae72acfd
commit 329d914211
3 changed files with 34 additions and 55 deletions

View File

@@ -6,13 +6,8 @@
"regex": [
{
"type": "groups",
"match": "\\[(.*?)\\].*INFO.*\\]: <(.*)> (.*)",
"capture": "**[{groups[1]}]**: {groups[2]}"
},
{
"type": "groups",
"match": "\\[(.*?)\\].*WARN.*?\\] \\[(.*?)\\]: (.*)",
"capture": "**[{groups[1]}]**: {groups[2]}"
"match": ".*\\]: <(.*)> (.*)",
"capture": "**[{groups[0]}]**: {groups[1]}"
}
]
}