Don't download users

This commit is contained in:
Master Kwoth 2017-06-17 14:07:15 +02:00
parent 77754c7dec
commit 9114d1586b

View File

@ -86,7 +86,7 @@ namespace NadekoBot
LogLevel = LogSeverity.Warning,
TotalShards = Credentials.TotalShards,
ConnectionTimeout = int.MaxValue,
AlwaysDownloadUsers = true,
AlwaysDownloadUsers = false,
});
CommandService = new CommandService(new CommandServiceConfig()