Fix default BleepedSwearRegex

Added the missing 'yo' letter
This commit is contained in:
Jetsparrow 2021-10-24 12:50:39 +03:00 committed by GitHub
parent 799128667f
commit a17f40c5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"Unbleeper": { "Unbleeper": {
"BleepedSwearsRegex": "[а-яА-Я@\\*#]+", "BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+",
"MinWordLength": 3, "MinWordLength": 3,
"MinAmbiguousWordLength": 5 "MinAmbiguousWordLength": 5
}, },