mirror of
https://github.com/Jetsparrow/antiantiswearingbot.git
synced 2026-01-21 07:16:08 +03:00
21 lines
366 B
JSON
21 lines
366 B
JSON
{
|
||
"Kestrel": {
|
||
"Endpoints": {
|
||
"Http": {
|
||
"Url": "http://localhost:9999"
|
||
}
|
||
}
|
||
},
|
||
"Unbleeper": {
|
||
"BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+",
|
||
"MinWordLength": 3,
|
||
"MinAmbiguousWordLength": 5
|
||
},
|
||
"SearchDictionary": {
|
||
"DictionaryPath": "dict/ObsceneDictionaryRu.txt"
|
||
},
|
||
"Telegram": {
|
||
"UseProxy": false
|
||
}
|
||
}
|