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;