Yassin
Yassin
I think I found where it fails In structs/MusicQueue.ts at processQueue() : ```ts try { const resource = await next.makeResource(); this.resource = resource!; this.player.play(this.resource); // -- AudioPlayerError: Status code: 403...
Works fine, thanks !
> > Seems to be giving 403 now :( > > ``` > > AudioPlayerError: Status code: 403 > > at ClientRequest. (/node_modules/miniget/dist/index.js:206:27) > > at Object.onceWrapper (node:events:632:26) > >...