Closed unloopedmido closed 3 years ago
Basically because it is playing
if (!queue || queue.playing)
???
And read the docs, the third param of #playVoiceChannel
is not a Queue
https://distube.js.org/#/docs/DisTube/beta/class/DisTube?scrollTo=playVoiceChannel
Please describe your problem in as much detail as possible: Whenever I use any commands such as "stop" or "loop", The bot sends me this:
There is nothing playing right now.
and its code isFurther information: My play command's code:
Removing "queue" from
await DiscordBot.player.playVoiceChannel(channel, search, queue)
doesn't fix it.