music: max values must be equal to number of options, cool thanks discord, cant do it yourselves can you

This commit is contained in:
Cynthia Foxwell 2022-04-24 13:00:14 -06:00
parent 1ecf729e51
commit 7f8ca1e532

View file

@ -695,7 +695,7 @@ command.callback = async function (msg, line) {
};
}),
30000,
25
Math.min(queue.length, 25)
);
if (Array.isArray(toRemove)) {