mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Updated court command to support multiple hearings
This commit is contained in:
@@ -5,4 +5,11 @@ public class KickChannelModel
|
||||
public required int ChannelId { get; set; }
|
||||
public required int ForumId { get; set; }
|
||||
public required string ChannelSlug { get; set; }
|
||||
}
|
||||
|
||||
public class CourtHearingModel
|
||||
{
|
||||
public required string Description { get; set; }
|
||||
public required DateTimeOffset Time { get; set; }
|
||||
public required string CaseNumber { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user