mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
Added and updated repositories 2025-11-07 01:04:48
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user