diff --git a/TelegramBaseTest/Program.cs b/TelegramBaseTest/Program.cs index 06804a4..9eec2b4 100644 --- a/TelegramBaseTest/Program.cs +++ b/TelegramBaseTest/Program.cs @@ -14,7 +14,7 @@ namespace TelegramBaseTest static void Main(string[] args) { - String APIKey = "480896099:AAEtq_owUqRH62DR0gYc-ZWRI_TWl8El1YQ"; + String APIKey = ""; BotBase bb = new BotBase(APIKey);