From 3e934eee892f69a8f78b94950993000522702769 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Thu, 23 Nov 2023 05:42:33 +0100 Subject: Moderation bot work --- ExampleBots/MediaModeratorPoC/AccountData/BotData.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ExampleBots/MediaModeratorPoC/AccountData/BotData.cs (limited to 'ExampleBots/MediaModeratorPoC/AccountData/BotData.cs') diff --git a/ExampleBots/MediaModeratorPoC/AccountData/BotData.cs b/ExampleBots/MediaModeratorPoC/AccountData/BotData.cs deleted file mode 100644 index 0fee4eb..0000000 --- a/ExampleBots/MediaModeratorPoC/AccountData/BotData.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Text.Json.Serialization; - -namespace MediaModeratorPoC.AccountData; - -public class BotData { - [JsonPropertyName("control_room")] - public string ControlRoom { get; set; } = ""; - - [JsonPropertyName("log_room")] - public string? LogRoom { get; set; } = ""; -} -- cgit 1.4.1