From 803f25ba847d00cf5d43b747794e2494b9ad35da Mon Sep 17 00:00:00 2001 From: Ninja Hound <60533346+NinjaTG@users.noreply.github.com> Date: Mon, 24 May 2021 06:18:23 +0530 Subject: [PATCH] Update incoming_message_fn.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😶😶 --- tobrot/plugins/incoming_message_fn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobrot/plugins/incoming_message_fn.py b/tobrot/plugins/incoming_message_fn.py index 1af51025..bc14d8bd 100644 --- a/tobrot/plugins/incoming_message_fn.py +++ b/tobrot/plugins/incoming_message_fn.py @@ -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