mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 10:05:22 +01:00
Remove useless import
This commit is contained in:
parent
256f03b3a3
commit
df7ac5b33d
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue