From bcabbca28ccd8c0ced8e19b2f999931bb0b878b1 Mon Sep 17 00:00:00 2001 From: homayk228 <43516026+SouceCalve@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:03:56 +0700 Subject: [PATCH] [FIX] forgor to add self --- NekoSpeak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NekoSpeak.py b/NekoSpeak.py index ab2f791..5a2005e 100644 --- a/NekoSpeak.py +++ b/NekoSpeak.py @@ -33,7 +33,7 @@ class NekoSpeakModule(loader.Module): self.db.set("NekoSpeak", "banned_chats", list(self.banned_chats)) - def is_encrypt(text): + def is_encrypt(self, text): flag = False encrypting_count=0 for x in range(1,3):