mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-03 04:52:04 -04:00
Big update introducing ghetto command interface, settings, database and howl.gg bet feed scraping
This commit is contained in:
9
KfChatDotNetKickBot/Models/DbModels/JuicerDbModel.cs
Normal file
9
KfChatDotNetKickBot/Models/DbModels/JuicerDbModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace KfChatDotNetKickBot.Models.DbModels;
|
||||
|
||||
public class JuicerDbModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public required UserDbModel User { get; set; }
|
||||
public float Amount { get; set; }
|
||||
public DateTimeOffset JuicedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user