From 0c91041d33e5135b94c19068e2d15abfe2e5d422 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Thu, 21 Dec 2023 16:36:27 +0300 Subject: [PATCH] wtf rider Signed-off-by: mctaylors --- src/Commands/ToolsCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ToolsCommandGroup.cs b/src/Commands/ToolsCommandGroup.cs index ab94665..1dbf72d 100644 --- a/src/Commands/ToolsCommandGroup.cs +++ b/src/Commands/ToolsCommandGroup.cs @@ -123,7 +123,7 @@ public class ToolsCommandGroup : CommandGroup } var wasMuted = (memberData.MutedUntil is not null && DateTimeOffset.UtcNow <= memberData.MutedUntil) || - communicationDisabledUntil is not null; + communicationDisabledUntil is not null; var wasBanned = memberData.BannedUntil is not null; var wasKicked = memberData.Kicked;