queue.playing broken? #1159
-
No idea if this is me or what but the queue.playing function is not working. It just seems as it completely disregards it, now I'm learning js so idk if its just me doing something wrong or if its the actual package itself. `
` from the documentation and the source code from the bots that use discord-player this should work right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeh it seems broken for me too. In discord-playert/dist/Structures/Queue.js line 289 function setPaused |
Beta Was this translation helpful? Give feedback.
-
For those wondering, check |
Beta Was this translation helpful? Give feedback.
For those wondering, check
queue.connection.paused
to see if the player is paused.queue.playing
always stays true.