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)