1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +00:00
This commit is contained in:
Christer Warén
2024-03-06 02:32:44 +02:00
parent 75a080a399
commit 09c6d5b117
5 changed files with 9 additions and 39 deletions

View File

@ -3,7 +3,7 @@ const { createAudioPlayer, getVoiceConnection, joinVoiceChannel, NoSubscriberBeh
module.exports = async function (video, message, voiceChannel, client, playlist = false) {
let song = {
id: video.id,
title: video.title,
title: he.decode(video.title),
url: `https://www.youtube.com/watch?v=${video.id}`,
author: message.author
}