From 10f603fdf430a9f30fe9a809f24fab23935dffab Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 27 Nov 2016 20:04:12 +0300 Subject: [PATCH] Update main.go --- examples/echobot/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/echobot/main.go b/examples/echobot/main.go index 9972d74..8365616 100644 --- a/examples/echobot/main.go +++ b/examples/echobot/main.go @@ -1,12 +1,13 @@ package main import ( - "github.com/onrik/micha" "log" + + "github.com/onrik/micha" ) func main() { - bot, err := micha.NewBot("164644784:AAH8ZAXl-naLedvGqf7X2nIGYL184dpJICQ") + bot, err := micha.NewBot("") if err != nil { log.Fatal(err) }