mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 04:03:36 +00:00
Dispatcher end to destroy
This commit is contained in:
@ -24,9 +24,9 @@ module.exports = {
|
||||
if (radio.voiceChannel.members.size === 1) {
|
||||
radio.songs = [];
|
||||
radio.looping = false;
|
||||
radio.connection.dispatcher.end();
|
||||
radio.connection.dispatcher.destroy();
|
||||
}
|
||||
}, 12000);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user