mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Updated voiceStateUpdate
This commit is contained in:
parent
e267b06cf1
commit
f437797bed
@ -37,7 +37,7 @@ module.exports = {
|
|||||||
if (newState.channel !== radio.voiceChannel) {
|
if (newState.channel !== radio.voiceChannel) {
|
||||||
change = true;
|
change = true;
|
||||||
radio.voiceChannel = newState.channel;
|
radio.voiceChannel = newState.channel;
|
||||||
radio.connection = getVoiceConnection(voiceChannel.guild.id);
|
radio.connection = getVoiceConnection(newState.channel.guild.id);
|
||||||
//radio.connection = await newState.channel.join();
|
//radio.connection = await newState.channel.join();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user