testtest
This commit is contained in:
parent
15ebd0b648
commit
ef2310d26d
2
bot.go
2
bot.go
@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
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