1
0
mirror of synced 2025-03-26 01:33:53 +03:00

Merge pull request from dgellow/fix-example

Fix cmd/bot example to build with latest version of the library
This commit is contained in:
Harrison Shoebridge 2018-03-10 17:46:51 +11:00 committed by GitHub
commit d923abfc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ func main() {
fmt.Println("Something went wrong!", err)
}
r.Text(fmt.Sprintf("Hello, %v!", p.FirstName))
r.Text(fmt.Sprintf("Hello, %v!", p.FirstName), messenger.ResponseType)
})
// Setup a handler to be triggered when a message is delivered