ships and lorries trigger
This commit is contained in:
parent
e7f47ca243
commit
be1712b066
2
bot.go
2
bot.go
@ -113,6 +113,8 @@ func (b *Bot) BotHandlers() {
|
|||||||
b.bot.Handle("/planes", botGraphPlanes)
|
b.bot.Handle("/planes", botGraphPlanes)
|
||||||
b.bot.Handle("/busses", botGraphBusses)
|
b.bot.Handle("/busses", botGraphBusses)
|
||||||
b.bot.Handle("/trains", botGraphTrains)
|
b.bot.Handle("/trains", botGraphTrains)
|
||||||
|
b.bot.Handle("/lorries", botGraphLorries)
|
||||||
|
b.bot.Handle("/ships", botGraphShips)
|
||||||
|
|
||||||
b.bot.Handle(tb.OnPhoto, botPhoto)
|
b.bot.Handle(tb.OnPhoto, botPhoto)
|
||||||
b.bot.Handle(tb.OnChannelPost, botChannelPost)
|
b.bot.Handle(tb.OnChannelPost, botChannelPost)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by version.sh (@generated) DO NOT EDIT.
|
// Code generated by version.sh (@generated) DO NOT EDIT.
|
||||||
package main
|
package main
|
||||||
var githash = "4688c5d"
|
var githash = "e7f47ca"
|
||||||
var buildstamp = "2021-12-08_14:19:25"
|
var buildstamp = "2021-12-08_14:23:02"
|
||||||
var commits = "245"
|
var commits = "246"
|
||||||
var version = "4688c5d-b245 - 2021-12-08_14:19:25"
|
var version = "e7f47ca-b246 - 2021-12-08_14:23:02"
|
||||||
|
Loading…
Reference in New Issue
Block a user