diff --git a/program/downloader.py b/program/downloader.py index d0ba289..b1a7722 100644 --- a/program/downloader.py +++ b/program/downloader.py @@ -46,7 +46,7 @@ def song(_, message): query = " ".join(message.command[1:]) if is_downloading: message.reply( - "» Another download in progress, please try again after some time !" + "» Other download is in progress, please try again after some time !" ) return is_downloading = True @@ -117,7 +117,7 @@ async def vsong(client, message): query = " ".join(message.command[1:]) if is_downloading: return await message.reply( - "» Another download in progress, please try again after some time !" + "» » Other download is in progress, please try again after some time !" ) is_downloading = True try: diff --git a/program/music.py b/program/music.py index 9c6942e..bb7b2a6 100644 --- a/program/music.py +++ b/program/music.py @@ -144,6 +144,7 @@ async def play(c: Client, m: Message): chat_id, AudioPiped( dl, + HighQualityAudio(), ), stream_type=StreamType().local_stream, )