Abdullah
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...
In my case, I had drizzle-kit installed globally and when I tried to run migrate or generate it threw the same error message. The fix was to run drizzle-kit from...