mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-15 17:45:59 +00:00
Update
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user