Skip to content

Commit

Permalink
Merge pull request #16 from SudoR2spr/heroku
Browse files Browse the repository at this point in the history
Txt-leech-bot ๐Ÿ”ง
  • Loading branch information
SudoR2spr authored Jun 22, 2024
2 parents b6d0002 + d548b3e commit 309b340
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 309b340

Please sign in to comment.