Revert "[FIX] internal db access fix"

This reverts commit 6f86effff5.
This commit is contained in:
homayk228
2025-03-13 09:31:47 +07:00
parent 4e1b5bf89c
commit 554ecf8ed7

View File

@@ -12,7 +12,7 @@ class NekoSpeakModule(loader.Module):
self.pm_enabled = False
self.public_enabled = False
self.realcatlike = False
self.exclude_chats = set(self._db.get(self, "exclude_chats", [])) # Загружаем список из БД
self.exclude_chats = set()
def neko_speak(self, text):
# Замена "н" на "ня" в некоторых словах