Skip to content

Commit

Permalink
return the audio
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeANi-SHILIX committed Jun 27, 2024
1 parent eb440e9 commit 611acfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export default async function handleMessage(sock, msg, mongo) {
info.YTdeleteSearch(id);

if (TYQueue.size > 0) sendMsgQueue(id, "מקומך בתור: " + TYQueue.size + "\nאנא המתן...");
//TYQueue.add(async () => await downloadTYoutubeVideo(id, video.id));
TYQueue.add(async () => await handlerQueueYTDownload(id, video.id));
TYQueue.add(async () => await downloadTYoutubeVideo(id, video.id));
//TYQueue.add(async () => await handlerQueueYTDownload(id, video.id));
return;
}
// set group config
Expand Down

0 comments on commit 611acfd

Please sign in to comment.