summaryrefslogtreecommitdiff
path: root/samples/echobot
diff options
context:
space:
mode:
Diffstat (limited to 'samples/echobot')
-rw-r--r--samples/echobot/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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!");
});