[FIX] why it not working...

This commit is contained in:
homayk228
2025-03-06 09:01:30 +07:00
parent 985056d507
commit 4febf937ef

View File

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