mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Update voiceStateUpdate.js
This commit is contained in:
parent
28d635f0a8
commit
b5b1387ec6
@ -9,7 +9,7 @@ module.exports = {
|
|||||||
radio.songs = [];
|
radio.songs = [];
|
||||||
radio.looping = false;
|
radio.looping = false;
|
||||||
radio.endReason = "manual disconnect";
|
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) {
|
if (newState.member.voice.channel !== radio.voiceChannel) {
|
||||||
change = true;
|
change = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user