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.")