2 files changed, 2 insertions, 0 deletions
diff --git a/Bot/AccountData/BotData.cs b/Bot/AccountData/BotData.cs
index 9477488..5d11432 100644
--- a/Bot/AccountData/BotData.cs
+++ b/Bot/AccountData/BotData.cs
@@ -1,4 +1,5 @@
using System.Text.Json.Serialization;
+using LibMatrix.EventTypes;
using LibMatrix.Helpers;
using LibMatrix.Interfaces;
diff --git a/Bot/AccountData/SystemData.cs b/Bot/AccountData/SystemData.cs
index 5edfc0e..42edd23 100644
--- a/Bot/AccountData/SystemData.cs
+++ b/Bot/AccountData/SystemData.cs
@@ -1,4 +1,5 @@
using System.Text.Json.Serialization;
+using LibMatrix.EventTypes;
using LibMatrix.Helpers;
using LibMatrix.Interfaces;
|