From aa4db3fc20ce6c9d30aec3f14f7123a63c8273e1 Mon Sep 17 00:00:00 2001 From: S1S13AF7 Date: Thu, 5 Dec 2024 12:55:49 +0200 Subject: [PATCH] Add files via upload --- ubot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubot.py b/ubot.py index 4032d44..1f2493b 100644 --- a/ubot.py +++ b/ubot.py @@ -347,9 +347,11 @@ async def main(): await event.edit(pong) #ред print(f'є {count} потенційних пацієнтів. спробуєм їх сожрать') for row in e_info: - rs = float(random.uniform(11,99)) #скільки спим: random + rs = float(random.uniform(6,96)) #скільки спим: random eb = f'Биоеб {row[0]}' #повідомлення. m=await event.reply(eb) + await asyncio.sleep(3.3) + await client.delete_messages(event.chat_id,m.id) await asyncio.sleep(rs)