mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-07 08:56:14 +02:00
Fix destroy voice connection
Some checks failed
Dat_Boi upload to portainer / Deploy (push) Failing after 2s
Some checks failed
Dat_Boi upload to portainer / Deploy (push) Failing after 2s
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user