remove token (old token was invalid anyway)

This commit is contained in:
Laura 2019-02-05 09:37:19 +00:00
parent 3be59e8f67
commit e6240959f3

View file

@ -18,7 +18,7 @@ namespace TelegramRemindMe
private static List<ChatEntry> _chats = new List<ChatEntry>(); private static List<ChatEntry> _chats = new List<ChatEntry>();
private static readonly TelegramBotClient Bot = private static readonly TelegramBotClient Bot =
new TelegramBotClient("511835815:AAHewCgiXep58wF6tDWIW133LhfqjCbb8c4"); new TelegramBotClient("bot token here");
public static void Main() public static void Main()
{ {