Don't download users
This commit is contained in:
@ -86,7 +86,7 @@ namespace NadekoBot
|
||||
LogLevel = LogSeverity.Warning,
|
||||
TotalShards = Credentials.TotalShards,
|
||||
ConnectionTimeout = int.MaxValue,
|
||||
AlwaysDownloadUsers = true,
|
||||
AlwaysDownloadUsers = false,
|
||||
});
|
||||
|
||||
CommandService = new CommandService(new CommandServiceConfig()
|
||||
|
Reference in New Issue
Block a user