[FIX] table fix

added in table надо and неко in reverse, so it will not be affected by н => ня substitusion
This commit is contained in:
homayk228
2025-03-06 08:45:02 +07:00
parent 165941c927
commit ea330f5a9d

View File

@@ -48,6 +48,8 @@ class NekoSpeakModule(loader.Module):
"пиздец":"Мря!",
"блять":"Мяр!",
"замечательных":"замуррчательных"
"няко":"неко",
"нядо":"надо"
}
for key, value in replacements.items():
text = text.replace(key, value)