test
This commit is contained in:
parent
ae3887c83f
commit
a71e4cf696
2
bot.go
2
bot.go
@ -24,7 +24,7 @@ func StartBot() {
|
|||||||
botHello(m)
|
botHello(m)
|
||||||
})
|
})
|
||||||
|
|
||||||
b.Handle("/rescan_msg", *botRescanMsg)
|
b.Handle("/rescan_msg", botRescanMsg)
|
||||||
b.Handle(tb.OnPhoto, botPhoto)
|
b.Handle(tb.OnPhoto, botPhoto)
|
||||||
b.Handle(tb.OnChannelPost, botChannelPost)
|
b.Handle(tb.OnChannelPost, botChannelPost)
|
||||||
b.Handle(tb.OnQuery, botQuery)
|
b.Handle(tb.OnQuery, botQuery)
|
||||||
|
Loading…
Reference in New Issue
Block a user