mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
Updated voiceStateUpdate
This commit is contained in:
parent
39d7acaa9e
commit
378fe97ea3
@ -13,11 +13,10 @@ module.exports = {
|
||||
if (!radio) return;
|
||||
|
||||
if (newState.member.id === client.user.id && oldState.member.id === client.user.id) {
|
||||
console.log(oldState);
|
||||
console.log(newState);
|
||||
|
||||
if (newState.channel === null) {
|
||||
client.funcs.statisticsUpdate(client, newState.guild, radio);
|
||||
radio.connection.destroy();
|
||||
radio.audioPlayer.stop();
|
||||
return client.radio.delete(newState.guild.id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user