From 77e89fcf059197dc7cd26902630d81fd623be85a Mon Sep 17 00:00:00 2001 From: homayk228 <43516026+SouceCalve@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:10:57 +0700 Subject: [PATCH] [TEST] Fix 2 to check problem --- NekoSpeak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NekoSpeak.py b/NekoSpeak.py index 5a2005e..84dfb79 100644 --- a/NekoSpeak.py +++ b/NekoSpeak.py @@ -45,7 +45,7 @@ class NekoSpeakModule(loader.Module): def neko_speak(self, text): - if(not is_encrypt(text)): + if(not self.is_encrypt(text)): words = text.split() new_words = [] for word in words: