mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added a MILF counter to the bot
This commit is contained in:
8
KfChatDotNetBot/Models/DbModels/MomDbModel.cs
Normal file
8
KfChatDotNetBot/Models/DbModels/MomDbModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace KfChatDotNetBot.Models.DbModels;
|
||||
|
||||
public class MomDbModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public required UserDbModel User { get; set; }
|
||||
public DateTimeOffset Time { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user