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