Skip to content

Commit

Permalink
Update incoming_message_fn.py
Browse files Browse the repository at this point in the history
😶😶
  • Loading branch information
NinjaTG authored May 24, 2021
1 parent f3957ef commit 803f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/plugins/incoming_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def incoming_youtube_dl_f(client, message):
await i_m_sefg.edit("🐈 𝐎𝐩𝐩𝐬 𝐑𝐞𝐩𝐥𝐲 𝐰𝐢𝐭𝐡 𝐘𝐨𝐮𝐓𝐮𝐛𝐞 𝐕𝐢𝐝𝐞𝐨𝐬 𝐋𝐢𝐧𝐤.")
return
if dl_url is not None:
await i_m_sefg.edit_text("extracting links")
await i_m_sefg.edit_text("𝑬𝒙𝒕𝒓𝒂𝒄𝒕𝒊𝒏𝒈 𝑳𝒊𝒏𝒌𝒔..")
# create an unique directory
user_working_dir = os.path.join(DOWNLOAD_LOCATION, str(current_user_id))
# create download directory, if not exist
Expand Down

0 comments on commit 803f25b

Please sign in to comment.