diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index 289d1941..b7e107f0 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -84,7 +84,8 @@ namespace PluralKit.Bot .AddSingleton(_ => new DiscordShardedClient(new DiscordSocketConfig { - MessageCacheSize = 5, + MessageCacheSize = 0, + ConnectionTimeout = 2*60*1000, ExclusiveBulkDelete = true, DefaultRetryMode = RetryMode.AlwaysRetry, // Commented this out since Debug actually sends, uh, quite a lot that's not necessary in production