1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update remove.js

This commit is contained in:
MatteZ02 2020-04-30 11:56:20 +03:00
parent 0d2787cce1
commit d56c25feb9

View File

@ -21,7 +21,7 @@ module.exports = {
);
if (pos > queue.songs.length) return msg.channel.send(message1);
message2 = client.messages.removed.replace(
"%SONGS%",
"%SONG%",
queue.songs[pos - 1].title
);
msg.channel.send(message2);