Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TamilBots/modules/song.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down