Super weird fixes, i must've broke something else. Bot has to reconnect after restart now
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user