1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

fixed remove

This commit is contained in:
MatteZ02 2020-05-06 13:16:16 +03:00
parent ef670c6e61
commit d9a0bc72f7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -131,7 +131,7 @@ module.exports = {
queueDeleted: "Queue deleted!",
queueDesc: "**Now playing:** %SONG%<a:aNotes:674602408105476106>\n:arrow_down: Next in queue :arrow_down:",
queueFooter: "songs in the queue!",
queueLength: emojis.redx + "There are only %SONGS% amount of songs in the queue!",
queueLength: emojis.redx + "There are only %SONGS% song(s) in the queue!",
queueTitle: "__Song queue__",
quotaReached: emojis.redx +
"Quota reached please try again after midnight Pacific Time (PT)!",