From be1712b066c11355238eda2a52484f142cd237d3 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 8 Dec 2021 22:23:12 +0800 Subject: [PATCH] ships and lorries trigger --- bot.go | 2 ++ version.go | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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"