Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yourProgDev authored Sep 23, 2021
1 parent 8b5c789 commit 50e54f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
return
}

bot.Handle("/hello", func(m tele.Context) error {
b.Handle("/hello", func(m tele.Context) error {
return m.Send("Hello")
})

Expand Down

0 comments on commit 50e54f8

Please sign in to comment.