-
Please describe your problem in as much detail as possible: Further information:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I forgot to mention it in the docs, |
Beta Was this translation helpful? Give feedback.
-
I forgot to specify that this also happens when the queue is not created. Follow these steps:
|
Beta Was this translation helpful? Give feedback.
-
I forgot this case too. It only joins a voice channel if DisTube hasn't joined any voice channel. When your bot is in a voice channel, distube ( I know the behavior is not documented clearly. Will improve it when I have time. |
Beta Was this translation helpful? Give feedback.
-
#play should not change the voice channel since not everyone wants to change that. |
Beta Was this translation helpful? Give feedback.
I forgot this case too.
It only joins a voice channel if DisTube hasn't joined any voice channel. When your bot is in a voice channel, distube (
@discordjs/voice
) still manages the connection even if it doesn't play anything. To end the connection, you have to use#leave
method. And to change the channel, you have to use#join
method (or@discordjs/voice
method too).I know the behavior is not documented clearly. Will improve it when I have time.