mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:40:19 +00:00
Dispatcher end to destroy
This commit is contained in:
parent
b92aa36fca
commit
e0d25d97a5
@ -24,7 +24,7 @@ module.exports = {
|
|||||||
if (radio.voiceChannel.members.size === 1) {
|
if (radio.voiceChannel.members.size === 1) {
|
||||||
radio.songs = [];
|
radio.songs = [];
|
||||||
radio.looping = false;
|
radio.looping = false;
|
||||||
radio.connection.dispatcher.end();
|
radio.connection.dispatcher.destroy();
|
||||||
}
|
}
|
||||||
}, 12000);
|
}, 12000);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user