I'm a retard

This commit is contained in:
barelyprofessional
2025-10-12 12:59:33 -05:00
parent 92d2770f98
commit 02f94128d8

View File

@@ -201,7 +201,7 @@ public class ChatBot
continue;
}
if (deletion.DeleteAt < now) continue;
if (deletion.DeleteAt > now) continue;
await KfClient.DeleteMessageAsync(deletion.Message.ChatMessageId.Value);
removals.Add(deletion);
}