mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-12 23:20:17 +00:00
fixed remove
This commit is contained in:
parent
ef670c6e61
commit
d9a0bc72f7
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
let message2;
|
let message2;
|
||||||
message1 = client.messages.queueLength.replace(
|
message1 = client.messages.queueLength.replace(
|
||||||
"%SONGS%",
|
"%SONGS%",
|
||||||
queue.songs.length
|
queue.songs.length - 1
|
||||||
);
|
);
|
||||||
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(
|
||||||
|
@ -131,7 +131,7 @@ module.exports = {
|
|||||||
queueDeleted: "Queue deleted!",
|
queueDeleted: "Queue deleted!",
|
||||||
queueDesc: "**Now playing:** %SONG%<a:aNotes:674602408105476106>\n:arrow_down: Next in queue :arrow_down:",
|
queueDesc: "**Now playing:** %SONG%<a:aNotes:674602408105476106>\n:arrow_down: Next in queue :arrow_down:",
|
||||||
queueFooter: "songs in the queue!",
|
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__",
|
queueTitle: "__Song queue__",
|
||||||
quotaReached: emojis.redx +
|
quotaReached: emojis.redx +
|
||||||
"Quota reached please try again after midnight Pacific Time (PT)!",
|
"Quota reached please try again after midnight Pacific Time (PT)!",
|
||||||
|
Loading…
Reference in New Issue
Block a user