mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +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) {
|
||||
radio.songs = [];
|
||||
radio.looping = false;
|
||||
radio.connection.dispatcher.end();
|
||||
radio.connection.dispatcher.destroy();
|
||||
}
|
||||
}, 12000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user