test
This commit is contained in:
parent
17352c8bfb
commit
f187c00399
4
bot.go
4
bot.go
@ -8,9 +8,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var ()
|
||||
|
||||
func BotHandlers() {
|
||||
func BotHandlers(b *tb.Bot) {
|
||||
b.Handle("/hello", func(m *tb.Message) {
|
||||
s, err := botHello(m)
|
||||
logOnError(err, "/hello")
|
||||
|
Loading…
Reference in New Issue
Block a user