From df7ac5b33d230d88ceb234f5cff226dbf0e3c5db Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Wed, 31 Jan 2024 12:54:40 +0100 Subject: [PATCH] Remove useless import --- Bot/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bot/Program.cs b/Bot/Program.cs index 8e69e2d..df62d5b 100644 --- a/Bot/Program.cs +++ b/Bot/Program.cs @@ -2,7 +2,6 @@ using SoUnBot.ModuleLoader; using SoUnBot.Modules.OttoLinux; using SoUnBot.Telegram; -using Telegram.Bot.Types; string dataPath = Environment.GetEnvironmentVariable("DATA_PATH") ?? "BotData"; string aclPath = Environment.GetEnvironmentVariable("ACL_PATH") ?? "BotData/ACL";