I need some help #2738
Unanswered
LunayderKater
asked this question in
Q&A
Replies: 1 comment
-
use arguments to the channel.ConnectAsync(true,false,true) method; by default they are as follows: [bool selfDeaf = false], [bool selfMute = false], [bool external = false]) and to prevent the bot itself from leaving the voice chat it is necessary to change external = true. |
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
-
I am building a bot duh and it should connect to a specific vc when using /join-vc
my code
the code kinda works, the bot connects but then leaves the channel within 10 seconds telling me there is a timeout.
i also never recive the message "Erfolgreich mit Voice-Kanal {voiceChannel.Name} verbunden."
can someone help me bringing my bot into my voicchannel so i can preper it to send audio e.t.c
Beta Was this translation helpful? Give feedback.
All reactions