mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Killed history
This commit is contained in:
10
NadekoBot.Core/Services/Database/Models/WarningPunishment.cs
Normal file
10
NadekoBot.Core/Services/Database/Models/WarningPunishment.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Core.Services.Database.Models
|
||||
{
|
||||
public class WarningPunishment : DbEntity
|
||||
{
|
||||
public int Count { get; set; }
|
||||
public PunishmentAction Punishment { get; set; }
|
||||
public int Time { get; set; }
|
||||
public ulong? RoleId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user