Don't download users. It breaks the bot for some people?!?!??!
This commit is contained in:
parent
9a81de1b45
commit
35d2ada373
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user