1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update handleVideo.ts

This commit is contained in:
MatteZ02 2020-04-14 12:54:53 +03:00
parent 7c7b0f0f26
commit ccb9e332f5

View File

@ -16,6 +16,7 @@ module.exports = async function (
if (queue) {
queue.songs.push(song);
queue.textChannel = msg.channel;
if (playlist) return;
let message;
message = client.messages.songAdded.replace("%TITLE%", song.title);