mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
I'm a retard
This commit is contained in:
@@ -201,7 +201,7 @@ public class ChatBot
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (deletion.DeleteAt < now) continue;
|
if (deletion.DeleteAt > now) continue;
|
||||||
await KfClient.DeleteMessageAsync(deletion.Message.ChatMessageId.Value);
|
await KfClient.DeleteMessageAsync(deletion.Message.ChatMessageId.Value);
|
||||||
removals.Add(deletion);
|
removals.Add(deletion);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user