Don't download users. It breaks the bot for some people?!?!??!

This commit is contained in:
Kwoth 2017-01-16 15:25:50 +01:00
parent 9a81de1b45
commit 35d2ada373

View File

@ -96,7 +96,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);
Stats.Initialize();
_log.Info("Connected");