about summary refs log tree commit diff
path: root/Bot/AccountData/BotData.cs
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2023-12-14 07:20:46 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2023-12-14 07:20:46 +0100
commit20badb4731660eb5cd6f27c8f0958ef6d4fe58c2 (patch)
treec8086ede27dc732aba24aaca106d312914056ee6 /Bot/AccountData/BotData.cs
parentCleanup, move ArcaneLibs to submodule instead of parent submodule (diff)
downloadPluralContactBotPoC-20badb4731660eb5cd6f27c8f0958ef6d4fe58c2.tar.xz
Cleanup
Diffstat (limited to 'Bot/AccountData/BotData.cs')
-rw-r--r--Bot/AccountData/BotData.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bot/AccountData/BotData.cs b/Bot/AccountData/BotData.cs

index 5d11432..2adcbb3 100644 --- a/Bot/AccountData/BotData.cs +++ b/Bot/AccountData/BotData.cs
@@ -1,6 +1,5 @@ using System.Text.Json.Serialization; using LibMatrix.EventTypes; -using LibMatrix.Helpers; using LibMatrix.Interfaces; namespace PluralContactBotPoC.Bot.AccountData;