Super weird fixes, i must've broke something else. Bot has to reconnect after restart now

This commit is contained in:
Master Kwoth
2017-07-03 21:05:35 +02:00
parent 89eabc7c14
commit f826fb97f6
3 changed files with 166 additions and 159 deletions

View File

@ -70,8 +70,8 @@ namespace NadekoBot.Modules.Music
// player.TogglePause();
//else if (!player.Paused && newState.VoiceChannel.Users.Count <= 1) // pause if there are no users in the new channel
// player.TogglePause();
player.SetVoiceChannel(newState.VoiceChannel);
// player.SetVoiceChannel(newState.VoiceChannel);
return;
}