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