From 1001c82cf6ddaf22eb127b7f3e1d1eae6b30759a Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 19:59:13 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 934bad9..b11ec87 100644 --- a/bot.go +++ b/bot.go @@ -285,7 +285,7 @@ func botMsgLoad(m *tb.Message) { } TGCmdQueue <- c - x, err := json.Marshal(m) + x, err := json.Marshal(m.ReplyTo) logOnError(err, "botMsgLoad : Marshal") // log.Printf("URL : %s\n", b.URL)