music: max values must be equal to number of options, cool thanks discord, cant do it yourselves can you
This commit is contained in:
parent
1ecf729e51
commit
7f8ca1e532
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ command.callback = async function (msg, line) {
|
|||
};
|
||||
}),
|
||||
30000,
|
||||
25
|
||||
Math.min(queue.length, 25)
|
||||
);
|
||||
|
||||
if (Array.isArray(toRemove)) {
|
||||
|
|
Loading…
Reference in a new issue