mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 04:19:31 +02:00
добавил переделывание паспортов
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace DiscordApp.Database.Tables
|
||||
{
|
||||
[Table("Autoreactions", Schema = "public")]
|
||||
public class Autoreactions
|
||||
{
|
||||
[Key]
|
||||
public ulong ChannelId { get; set; }
|
||||
public string EmoteId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,7 @@ namespace DiscordApp.Database.Tables
|
||||
public ulong Employee { get; set; }
|
||||
public string Applicant { get; set; }
|
||||
public long Date { get; set; }
|
||||
public long birthDate { get; set; }
|
||||
public Supporter Support { get; set; }
|
||||
public string Gender { get; set; }
|
||||
public string RpName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user