This commit is contained in:
shoopea 2019-06-09 19:56:25 +08:00
parent 886f8680d9
commit 6547874924

2
bot.go
View File

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