Add files via upload
This commit is contained in:
parent
16a9c8141c
commit
aa4db3fc20
1 changed files with 3 additions and 1 deletions
4
ubot.py
4
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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue