From a71e4cf6965cd69a41616fcaf78155729eda1b58 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 10 May 2019 10:45:38 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 3854af8..f77b317 100644 --- a/bot.go +++ b/bot.go @@ -24,7 +24,7 @@ func StartBot() { botHello(m) }) - b.Handle("/rescan_msg", *botRescanMsg) + b.Handle("/rescan_msg", botRescanMsg) b.Handle(tb.OnPhoto, botPhoto) b.Handle(tb.OnChannelPost, botChannelPost) b.Handle(tb.OnQuery, botQuery)