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 {