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() {