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)