1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

wtf rider

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2023-12-21 16:36:27 +03:00
parent ae73efd0a8
commit 0c91041d33
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -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;