mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-12-06 05:31:51 +01: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() {
|
||||
player.stop();
|
||||
connection.removeAllListeners();
|
||||
//connection.removeAllListeners();
|
||||
connection.destroy();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user