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:
parent
7c7b0f0f26
commit
ccb9e332f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user