Skip to content

Commit

Permalink
Update play_song.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Aug 5, 2023
1 parent bea6bf0 commit e3fda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlg_bot/kreacher/plugins/play_song.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def play_song(event):
await botman.edit(f"`{ep}`")

else:
botman = await edit_or_reply(event, "➕ Downloading File...")
botman = await event.edit("➕ Downloading File...")
dl = await replied.download_media()
link = f"https://t.me/c/{chat.id}/{event.reply_to_msg_id}"
if replied.audio:
Expand Down

0 comments on commit e3fda6a

Please sign in to comment.