Skip to content

Commit

Permalink
Update status_message_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobdaPro authored Feb 18, 2022
1 parent 71ba4df commit e999fcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tobrot/plugins/status_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ async def status_message_f(
msg += f"\n<b>➥Status✓</b>: {file.progress_string()} <b>of</b> {file.total_length_string()}"
msg += f"\n<b>➥ETA⏳:</b> {file.eta_string()}"
msg += f"\n{msgg}"
msg += f"\n<b>○ Adder :</b> <i>{download.message.from_user.first_name}</i>"
msg += f"\n<b>🗑GID:</b> <code>{file.gid}</code>"
msg += "\n"

msg += f"\n<b>○ Adder :</b> <i>{download.message.from_user.first_name}</i>"
msg += f"<b>✥══ @StarterLeech ══✥</b>\n"
hr, mi, se = up_time(time.time() - BOT_START_TIME)
total, used, free = shutil.disk_usage(".")
Expand Down

0 comments on commit e999fcf

Please sign in to comment.