about summary refs log tree commit diff
path: root/AccountData/BotData.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-30 02:49:12 +0100
committerRory& <root@rory.gay>2025-10-30 02:49:12 +0100
commitaf6d1c7e11b2e9b4108ae8b693650b2a18cd2001 (patch)
treeebf189b0c9009fcf8b6dacd18e31cbb99afb0fff /AccountData/BotData.cs
parentFix event fetch call (diff)
downloadModerationBot-af6d1c7e11b2e9b4108ae8b693650b2a18cd2001.tar.xz
Old work
Diffstat (limited to 'AccountData/BotData.cs')
-rw-r--r--AccountData/BotData.cs18
1 files changed, 0 insertions, 18 deletions
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