-
Notifications
You must be signed in to change notification settings - Fork 1
Models Moderation
n-Ultima edited this page Aug 30, 2021
·
2 revisions
These models are all related to the moderation section of Doraemon. We use these to handle logging and tracking.
public ulong ModeratorId {get; set;}
public ulong SubjectId {get; set;}
public string Id {get; set;}
public string Reason {get; set;}
public InfractionType Type {get; set;}
public DateTimeOffset CreatedAt {get; set;} = DateTimeOffset.UtcNow;
public bool IsEscalation {get; set;}
public TimeSpan? Duration {get; set;}
public string Id {get; set;}
public ulong UserId {get; set;}
public ulong ModmailChannelId {get; set;}
public ulong DmChannelId {get; set;}
public long Id {get; set;}
public string TicketId {get; set;}
public ulong AuthorId {get; set;}
public string Content {get; set;}
public long Id {get; set;}
public string Name {get; set;}
public string Content {get; set;}
public ulong Id {get; set;}
public int NumberOfInfractionsToTrigger {get; set;}
public InfractionType Type {get; set;}
public TimeSpan? Duration {get; set;}
Join the Discord Server for support regarding Doraemon!