#How Can I make the bot leave a channel without having the connection that was created on his join ?

1 messages · Page 1 of 1 (latest)

weak roost

When the bot joins a channel it creates a connection with the joinVoiceChannel() function but when we reset the bot the voiceConnection is not kept so my question is how can I get the connection of the bot in a channel without having the first connection object ? My goal is to make him leave the channel.