Added and updated repositories 2025-11-07 01:04:48

This commit is contained in:
github-actions[bot]
2025-11-07 01:04:48 +00:00
parent d036812a2a
commit e00a5bd171
14 changed files with 1687 additions and 615 deletions

View File

@@ -69,7 +69,8 @@ class PicMe(loader.Module):
async def watcher(self, event):
try:
if event.from_id != self.tg_id:
return
if event.from_id.user_id != self.tg_id:
return
except:
return
if not self.db.get(self.name, "picme", False):