diff options
Diffstat (limited to 'ExampleBots/PluralContactBotPoC/Bot/AccountData/BotData.cs')
-rw-r--r-- | ExampleBots/PluralContactBotPoC/Bot/AccountData/BotData.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ExampleBots/PluralContactBotPoC/Bot/AccountData/BotData.cs b/ExampleBots/PluralContactBotPoC/Bot/AccountData/BotData.cs index 5d11432..2adcbb3 100644 --- a/ExampleBots/PluralContactBotPoC/Bot/AccountData/BotData.cs +++ b/ExampleBots/PluralContactBotPoC/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; |