From 3405de881ab66bd8fb40d150c11da4f25e53ee7b Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 9 Jul 2015 21:04:57 +0300 Subject: Fix sample --- samples/echobot/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/echobot/src') diff --git a/samples/echobot/src/main.cpp b/samples/echobot/src/main.cpp index 03d9d3d..7b8d880 100644 --- a/samples/echobot/src/main.cpp +++ b/samples/echobot/src/main.cpp @@ -40,7 +40,7 @@ int main() { sigintGot = true; }); - Bot bot("100743144:AAEzJJSWYezyUYlwgzSjf0-5hdokGyUjbXM"); + Bot bot("PLACE YOUR TOKEN HERE"); bot.getEvents().onCommand("start", [&bot](Message::Ptr message) { bot.getApi().sendMessage(message->chat->id, "Hi!"); }); -- cgit v1.2.3