[FIX] table fix
added in table надо and неко in reverse, so it will not be affected by н => ня substitusion
This commit is contained in:
@@ -48,6 +48,8 @@ class NekoSpeakModule(loader.Module):
|
||||
"пиздец":"Мря!",
|
||||
"блять":"Мяр!",
|
||||
"замечательных":"замуррчательных"
|
||||
"няко":"неко",
|
||||
"нядо":"надо"
|
||||
}
|
||||
for key, value in replacements.items():
|
||||
text = text.replace(key, value)
|
||||
|
||||
Reference in New Issue
Block a user