Fixed single-server connects

This commit is contained in:
RogueException
2016-01-09 19:38:22 -04:00
parent b9306c4967
commit 23ff457d37

View File

@@ -140,7 +140,7 @@ namespace Discord.Audio
if (!Config.EnableMultiserver)
{
await (_defaultClient as SimpleAudioClient).Join(channel).ConfigureAwait(false);
await (_defaultClient as SimpleAudioClient).Connect(channel, false).ConfigureAwait(false);
return _defaultClient;
}
else