Updated SIGINT.js

This commit is contained in:
Christer Warén 2021-09-03 01:22:25 +03:00
parent e546001be8
commit 5ec4ea6aae

View File

@ -17,6 +17,7 @@ module.exports = {
if (currentRadio) {
client.funcs.statisticsUpdate(client, currentRadio.guild, currentRadio);
client.funcs.saveState(client, currentRadio.guild, currentRadio);
currentRadio.connection?.destroy();
currentRadio.audioPlayer?.stop();
currentRadio.message?.delete();