mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 21:33:17 +00:00
Update voiceStateUpdate.js
This commit is contained in:
parent
28d635f0a8
commit
b5b1387ec6
@ -9,7 +9,7 @@ module.exports = {
|
||||
radio.songs = [];
|
||||
radio.looping = false;
|
||||
radio.endReason = "manual disconnect";
|
||||
return client.queue.delete(newState.guild.id);
|
||||
return client.radio.delete(newState.guild.id);
|
||||
}
|
||||
if (newState.member.voice.channel !== radio.voiceChannel) {
|
||||
change = true;
|
||||
|
Loading…
Reference in New Issue
Block a user