queue.playing broken? #1159
Unanswered
AlohaSteam
asked this question in
Q&A
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.
0 replies
-
For those wondering, check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
`
const queue = player.createQueue(message.guild, {
metadata: VoiceChannel
})
`
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.
All reactions