Abdullah
Results
3
comments of
Abdullah
@rogeriopvl fix pls
it throws a ResultError when it should be throwing an ArgumentError
It's a feature, you reslove the `next()` promise with the skipped tracks that the `next()` method have skipped. For example: ```js const queue = this.lavalink.queues.get('some id'); queue.next(2).then(skipped => { const...