ships and lorries trigger

This commit is contained in:
shoopea 2021-12-08 22:23:12 +08:00
parent e7f47ca243
commit be1712b066
2 changed files with 6 additions and 4 deletions

2
bot.go
View File

@ -113,6 +113,8 @@ func (b *Bot) BotHandlers() {
b.bot.Handle("/planes", botGraphPlanes)
b.bot.Handle("/busses", botGraphBusses)
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.OnChannelPost, botChannelPost)

View File

@ -1,6 +1,6 @@
// Code generated by version.sh (@generated) DO NOT EDIT.
package main
var githash = "4688c5d"
var buildstamp = "2021-12-08_14:19:25"
var commits = "245"
var version = "4688c5d-b245 - 2021-12-08_14:19:25"
var githash = "e7f47ca"
var buildstamp = "2021-12-08_14:23:02"
var commits = "246"
var version = "e7f47ca-b246 - 2021-12-08_14:23:02"