music: debug time fml
This commit is contained in:
parent
5cc4a03b08
commit
f4b6e126f6
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ command.callback = async function (msg, line) {
|
|||
);
|
||||
|
||||
if (Array.isArray(toRemove)) {
|
||||
console.log(toRemove);
|
||||
connection._music_queue = connection._music_queue.filter(
|
||||
(item) => !toRemove.includes(item.id)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue