Open Siris2314 opened 1 year ago
@Siris2314 can you log the queue
?
Sure here is the logged queue
It's songs from a playlist on YT
@Siris2314 seems like the queue you got is not the queue class, base on the logs its a collection of the songs in queue
It is printing the whole class, apologies my terminal was not big enough to handle the entire log, but yes it prints the entire Queue class itself
if you console log the queue.move is it undefined? log it outside your condition
Do you mean outside the conditional statements, the queue is logged before them:
The update containing the move feature hasn’t been released to NPM
Interesting that it is listed on the documentation lmfao
Every time I attempt to use the move part of the Queue documentation, it throws an error, Queue.move() is not a function
/move(2,3)
The above command should move song at index 2 to index 3