From 5e96a36e03e4f7fff64f9e17543d944751347c08 Mon Sep 17 00:00:00 2001 From: killersparrow0 <84676044+killersparrow0@users.noreply.github.com> Date: Tue, 15 Jun 2021 21:20:47 +0530 Subject: [PATCH] Update song.py --- TamilBots/modules/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TamilBots/modules/song.py b/TamilBots/modules/song.py index cb6d9e5..0c3572a 100644 --- a/TamilBots/modules/song.py +++ b/TamilBots/modules/song.py @@ -30,7 +30,7 @@ async def song(client, message): if args.startswith(" "): await message.reply("Enter a song name. Check /help") return "" - status = await message.reply("๐Ÿš€ ๐Ÿ”Ž Finding A Song ๐ŸŽถ Please Wait โณ๏ธFor Few Seconds [๐Ÿš€](https://telegra.ph/file/67f41ae52a85dfc0551ae.mp4)") + status = await message.reply("๐Ÿš€ ๐Ÿ”Ž Finding A Song ๐ŸŽถ Please Wait โณ๏ธFor Few Seconds [๐Ÿš€](https://telegra.ph/Downloading-06-15)") video_link = yt_search(args) if not video_link: await status.edit("๐ŸฅบSong not found.")