Joining the same VoiceChannel with different clients #247
Locked
Majoramari
started this conversation in
Ideas
Replies: 11 comments 6 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been minimized.
This comment has been minimized.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Hmmm... I think people should handle the voice channel before joining it (reply interaction if it's full,...). Ofc I can make commit like your request and you can use try catch but the error is pre-determined and I don't recommended to do it. And DisTube still has to fetch the correct channel to check its permission before joining. I will convert this to a discussion since the bug is "my feature" 🤣 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Resolved with 32c362f |
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
-
If you have 2 clients, fetched voice channel in client one and try to join it in client two, client one will join.
<Player>.voices.join(voiceChannel)
this is the result of using the channel object here: (commit)... Potential fix is to fetch the channel again internally or just accept channel id as an argument.Further information:
Beta Was this translation helpful? Give feedback.
All reactions