From af6d1c7e11b2e9b4108ae8b693650b2a18cd2001 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 30 Oct 2025 02:49:12 +0100 Subject: Old work --- AccountData/BotData.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 AccountData/BotData.cs (limited to 'AccountData') diff --git a/AccountData/BotData.cs b/AccountData/BotData.cs deleted file mode 100644 index de52679..0000000 --- a/AccountData/BotData.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Text.Json.Serialization; -using LibMatrix.EventTypes; - -namespace ModerationBot.AccountData; - -[MatrixEvent(EventName = EventId)] -public class BotData { - public const string EventId = "gay.rory.moderation_bot_data"; - - [JsonPropertyName("control_room")] - public string? ControlRoom { get; set; } = ""; - - [JsonPropertyName("log_room")] - public string? LogRoom { get; set; } = ""; - - [JsonPropertyName("default_policy_room")] - public string? DefaultPolicyRoom { get; set; } -} \ No newline at end of file -- cgit 1.5.1