Remove user

This commit is contained in:
Hafitz Setya 2021-07-24 13:50:53 +07:00 committed by GitHub
parent 1a96a42399
commit b8610917c3
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,6 @@ def get_readable_message():
f" | <b>Peers:</b> {download.aria_download().connections}"
except:
pass
msg += f'\n<b>User:</b> <a href="tg://user?id={download.message.from_user.id}">{download.message.from_user.first_name}</a>'
msg += f"\n<b>To Stop:</b> <code>/{BotCommands.CancelMirror} {download.gid()}</code>"
msg += "\n\n"
if STATUS_LIMIT is not None: