Update README.md

pull/445/head
yourProgDev 3 years ago committed by GitHub
parent 8b5c789a74
commit 50e54f8641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ func main() {
return return
} }
bot.Handle("/hello", func(m tele.Context) error { b.Handle("/hello", func(m tele.Context) error {
return m.Send("Hello") return m.Send("Hello")
}) })

Loading…
Cancel
Save