diff --git a/bot.go b/bot.go index cde507b..06c021e 100644 --- a/bot.go +++ b/bot.go @@ -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) diff --git a/version.go b/version.go index 31e3708..a2b6f65 100644 --- a/version.go +++ b/version.go @@ -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"