This commit is contained in:
shoopea 2019-06-09 17:06:59 +08:00
parent 7bd584b604
commit 44d9e38644

1
bot.go
View File

@ -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)