mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
Update 3.5
This commit is contained in:
@ -19,6 +19,7 @@ module.exports = {
|
||||
"%SONGS%",
|
||||
queue.songs.length - 1
|
||||
);
|
||||
if (pos < 0) return msg.channel.send(client.messages.noSongsInQueue);
|
||||
if (pos >= queue.songs.length) return msg.channel.send(message1);
|
||||
message2 = client.messages.removed.replace(
|
||||
"%SONG%",
|
||||
|
Reference in New Issue
Block a user