about summary refs log tree commit diff
path: root/Bot/AccountData/BotData.cs
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-06 18:29:15 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-06 18:29:15 +0200
commit5f268b152236a7c5f30511eedc13b8920b26ccc9 (patch)
tree181d6218234f6f37d1f18afeccc4cec9907dbda0 /Bot/AccountData/BotData.cs
parentUnit tests, small refactors (diff)
downloadPluralContactBotPoC-5f268b152236a7c5f30511eedc13b8920b26ccc9.tar.xz
Small refactors
Diffstat (limited to '')
-rw-r--r--Bot/AccountData/BotData.cs1
1 files changed, 1 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;