Fix destroy voice connection
Some checks failed
Dat_Boi upload to portainer / Deploy (push) Failing after 2s

This commit is contained in:
2025-07-05 20:17:58 +02:00
parent c9868d72a1
commit de33c4f63d

View File

@ -401,7 +401,7 @@ module.exports = async (client, oldState, voiceState) => {
function stop() { function stop() {
player.stop(); player.stop();
connection.removeAllListeners(); //connection.removeAllListeners();
connection.destroy(); connection.destroy();
} }
}; };