Download users again

This commit is contained in:
Kwoth 2017-01-08 09:02:44 +01:00
parent 511db159f7
commit 42977c7941

View File

@ -91,7 +91,7 @@ namespace NadekoBot
//connect
await Client.LoginAsync(TokenType.Bot, Credentials.Token).ConfigureAwait(false);
await Client.ConnectAsync().ConfigureAwait(false);
//await Client.DownloadAllUsersAsync().ConfigureAwait(false);
await Client.DownloadAllUsersAsync().ConfigureAwait(false);
_log.Info("Connected");