Skip to content

Commit

Permalink
Txt-leech-bot ๐Ÿ”ง
Browse files Browse the repository at this point in the history
Co-Authored-By: WOODcraft <[email protected]>
  • Loading branch information
SudoR2spr and SudoR2spr committed Jun 22, 2024
1 parent 534154b commit d548b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ async def account_login(bot: Client, m: Message):
time.sleep(e.x)
continue
else:
Show = f"โŠโŸฑ๐ƒ๐จ๐ฐ๐ง๐ฅ๐จ๐š๐๐ข๐ง๐  โŸฑโŠ ยป\n\n๐Ÿ“ ๐๐š๐ฆ๐ž ยป `{name}\nโŒจ ๐๐ฎ๐ฅ๐ข๐ญ๐ฒ ยป {raw_text2}`\n\n**๐Ÿ”— ๐”๐‘๐‹ ยป** `{url}`"
Show = f"โŠโŸฑ ๐ƒ๐จ๐ฐ๐ง๐ฅ๐จ๐š๐๐ข๐ง๐  โŸฑโŠ ยป\n\n๐Ÿ“ ๐๐š๐ฆ๐ž ยป `{name}\nโŒจ ๐๐ฎ๐ฅ๐ข๐ญ๐ฒ ยป {raw_text2}`\n\n**๐Ÿ”— ๐”๐‘๐‹ ยป** `{url}`"
prog = await m.reply_text(Show)
res_file = await helper.download_video(url, cmd, name)
filename = res_file
Expand Down

0 comments on commit d548b3e

Please sign in to comment.