Remove user
This commit is contained in:
parent
1a96a42399
commit
b8610917c3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue