Skip to content

Commit

Permalink
Update الفحص.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Oct 31, 2023
1 parent 8a6a7ac commit e34cd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/plugins/الفحص.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def alive(event):
reply_to_id = await reply_id(event)
uptime = await get_readable_time((time.time() - StartTime))
start = datetime.now()
zedevent = await edit_or_reply(event, "**𓅓┊جـاري .. فحـص البـوت الخـاص بك**")
repevent = await edit_or_reply(event, "**𓅓┊جـاري .. فحـص البـوت الخـاص بك**")
end = datetime.now()
ms = (end - start).microseconds / 1000
_, check_sgnirts = check_data_base_heal_th()
Expand Down

0 comments on commit e34cd4a

Please sign in to comment.