From 8a9148cd32838f2e6297c0cc96bf7da58dcf95a2 Mon Sep 17 00:00:00 2001 From: spiral Date: Fri, 4 Feb 2022 14:54:29 -0500 Subject: [PATCH] fix: remove LastConnection check in shardUpTotal --- PluralKit.Bot/Commands/Misc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/Misc.cs b/PluralKit.Bot/Commands/Misc.cs index 452cd748..6597ec67 100644 --- a/PluralKit.Bot/Commands/Misc.cs +++ b/PluralKit.Bot/Commands/Misc.cs @@ -102,7 +102,7 @@ public class Misc var shardTotal = shards.Count(); int shardClusterTotal = ctx.Cluster.Shards.Count; - var shardUpTotal = shards.Where(x => x.Up && now - x.LastConnection > 60).Count(); + var shardUpTotal = shards.Where(x => x.Up).Count(); embed .Field(new Embed.Field("Current shard",