Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Nov 27, 2016
1 parent 46b4129 commit 10f603f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/echobot/main.go
Original file line number Diff line number Diff line change
@@ -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("<token>")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 10f603f

Please sign in to comment.