From 44d9e3864479d1fad94418f62fe8d081a476c387 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 17:06:59 +0800 Subject: [PATCH] test --- bot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.go b/bot.go index ed0b41c..501425d 100644 --- a/bot.go +++ b/bot.go @@ -34,6 +34,7 @@ func BotHandlers(b *tb.Bot) { b.Handle("/g_stock", botGStock) b.Handle("/msg_export", botMsgExport) + b.Handle("/msg_load", botMsgLoad) b.Handle("/help", botHelp)