From 1828fb5eacf8c46cba5dbb2ef2f4ace53d418f38 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 13 Dec 2024 16:39:48 +0300 Subject: [PATCH] partially merge feb43c74fe3da135e2eb3896f4cdc2625fc8cfd1 --- ubot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubot.py b/ubot.py index 775a823..747d079 100644 --- a/ubot.py +++ b/ubot.py @@ -587,7 +587,7 @@ async def main(): #################################################################### - @client.on(events.NewMessage(pattern='🚫 Жертва не найдена')) + @client.on(events.NewMessage(pattern='⏱?🚫 Жертва')) async def infection_not_found(event): m = event.message if m.sender_id != 6333102398: