From 56296843f398b0c66505a307a75c430b24ad7a21 Mon Sep 17 00:00:00 2001 From: Sergey Gut Date: Wed, 29 May 2024 01:00:40 +0300 Subject: [PATCH] cleanup --- CustomChatAddOns/Handler/Config.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/CustomChatAddOns/Handler/Config.cs b/CustomChatAddOns/Handler/Config.cs index 6aea598..67af235 100644 --- a/CustomChatAddOns/Handler/Config.cs +++ b/CustomChatAddOns/Handler/Config.cs @@ -6,9 +6,7 @@ using Kruzya.TelegramBot.Core.Service; using Kruzya.TelegramBot.CustomChatAddOns.Data; using Kruzya.TelegramBot.CustomChatAddOns.Options; using Kruzya.TelegramBot.CustomChatAddOns.Service; -using System.Net.NetworkInformation; using Telegram.Bot.Types.Enums; -using Ping = Kruzya.TelegramBot.CustomChatAddOns.Data.Ping; namespace Kruzya.TelegramBot.CustomChatAddOns.Handler {