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)