This commit is contained in:
shoopea 2019-06-09 19:59:13 +08:00
parent 5205511dec
commit 1001c82cf6

2
bot.go
View File

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