mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 05:53:18 +00:00
Updated SIGINT.js
This commit is contained in:
parent
e546001be8
commit
5ec4ea6aae
@ -17,6 +17,7 @@ module.exports = {
|
|||||||
|
|
||||||
if (currentRadio) {
|
if (currentRadio) {
|
||||||
client.funcs.statisticsUpdate(client, currentRadio.guild, currentRadio);
|
client.funcs.statisticsUpdate(client, currentRadio.guild, currentRadio);
|
||||||
|
client.funcs.saveState(client, currentRadio.guild, currentRadio);
|
||||||
currentRadio.connection?.destroy();
|
currentRadio.connection?.destroy();
|
||||||
currentRadio.audioPlayer?.stop();
|
currentRadio.audioPlayer?.stop();
|
||||||
currentRadio.message?.delete();
|
currentRadio.message?.delete();
|
||||||
|
Loading…
Reference in New Issue
Block a user