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

fixed remove placeholder

This commit is contained in:
MatteZ02 2020-04-25 22:07:47 +03:00
parent fa4857dc62
commit b33b82936d

View File

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