From 5fba2de3a6da273ec5cadbe073e06ae0675c6b8d Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 4 Feb 2017 06:44:27 +0100 Subject: [PATCH] Don't download users. --- src/NadekoBot/NadekoBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/NadekoBot.cs b/src/NadekoBot/NadekoBot.cs index a32abc73..49d0d5c4 100644 --- a/src/NadekoBot/NadekoBot.cs +++ b/src/NadekoBot/NadekoBot.cs @@ -70,7 +70,7 @@ namespace NadekoBot TotalShards = Credentials.TotalShards, ConnectionTimeout = int.MaxValue, #if !GLOBAL_NADEKO - AlwaysDownloadUsers = true, + //AlwaysDownloadUsers = true, #endif });