mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-19 01:03:58 +00:00
feat(server): regex support for server-side
This commit is contained in:
9
apps/server/src/config.example.json
Normal file
9
apps/server/src/config.example.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"regexSupport": false,
|
||||
"regexResponses": [
|
||||
{
|
||||
"label": "videobuffer",
|
||||
"regex": "insert regex here"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user