feature/implement-bot-into-client-core #2

Merged
logan merged 42 commits from feature/implement-bot-into-client-core into master 2023-05-06 14:45:00 -04:00
Showing only changes of commit 07ca9e88e0 - Show all commits

View File

@@ -51,7 +51,7 @@ exports.join = async function join({interaction= undefined, guildID= undefined,
// Exit the audio handler when the bot disconnects
voiceConnection.on(VoiceConnectionStatus.Destroyed, () => {
audioInstance.quit();
audioInstance.close();
})
if (guildID && callback) callback();