From ea330f5a9dde1de7a0e52749a8e27dd101ef5fc9 Mon Sep 17 00:00:00 2001 From: homayk228 <43516026+SouceCalve@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:45:02 +0700 Subject: [PATCH] [FIX] table fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added in table надо and неко in reverse, so it will not be affected by н => ня substitusion --- nekospeak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nekospeak.py b/nekospeak.py index 33d4e43..99fae4d 100644 --- a/nekospeak.py +++ b/nekospeak.py @@ -48,6 +48,8 @@ class NekoSpeakModule(loader.Module): "пиздец":"Мря!", "блять":"Мяр!", "замечательных":"замуррчательных" + "няко":"неко", + "нядо":"надо" } for key, value in replacements.items(): text = text.replace(key, value)