diff --git a/NekoSpeak.py b/NekoSpeak.py index 04ba427..3716e7f 100644 --- a/NekoSpeak.py +++ b/NekoSpeak.py @@ -12,12 +12,8 @@ class NekoSpeakModule(loader.Module): self.pm_enabled = False self.public_enabled = False self.realcatlike = False - self.exclude_chats = set() - - async def config_complete(self): self.exclude_chats = set(self._db.get(self, "exclude_chats", [])) # Загружаем список из БД - def neko_speak(self, text): # Замена "н" на "ня" в некоторых словах words = text.split()