Revert "[FIX] another db read fix."

This reverts commit 0c3ed45b72.
This commit is contained in:
homayk228
2025-03-13 09:31:43 +07:00
parent 6513185e1a
commit 4e1b5bf89c

View File

@@ -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()