From e6240959f356d4043cee1f9b2ec553f2f0374b9e Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 5 Feb 2019 09:37:19 +0000 Subject: [PATCH] remove token (old token was invalid anyway) --- ReminderBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReminderBot.cs b/ReminderBot.cs index da5cdd4..e04c215 100644 --- a/ReminderBot.cs +++ b/ReminderBot.cs @@ -18,7 +18,7 @@ namespace TelegramRemindMe private static List _chats = new List(); private static readonly TelegramBotClient Bot = - new TelegramBotClient("511835815:AAHewCgiXep58wF6tDWIW133LhfqjCbb8c4"); + new TelegramBotClient("bot token here"); public static void Main() {