From 0788e819beab6035b655d119796699f4bb8c30c1 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 19:53:23 +0800 Subject: [PATCH] test --- bot.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.go b/bot.go index 0a43c15..1b12d7a 100644 --- a/bot.go +++ b/bot.go @@ -285,12 +285,12 @@ func botMsgLoad(m *tb.Message) { } TGCmdQueue <- c - x, err := json.Marshal(f) + x, err := json.Marshal(m.ReplyTo) logOnError(err, "botMsgLoad : Marshal") log.Printf("URL : %s\n", b.URL) log.Printf("Token : %s\n", b.Token) - log.Printf("File : %s\n", string(x)) + //log.Printf("File : %s\n", string(x)) //url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)