mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
fixed remove placeholder
This commit is contained in:
parent
fa4857dc62
commit
b33b82936d
@ -21,7 +21,7 @@ module.exports = {
|
||||
);
|
||||
if (pos > queue.songs.length) return msg.channel.send(message1);
|
||||
message2 = client.messages.removed.replace(
|
||||
"%SONG%",
|
||||
"%SONGS%",
|
||||
queue.songs[pos - 1].title
|
||||
);
|
||||
msg.channel.send(message2);
|
||||
|
Loading…
Reference in New Issue
Block a user