test
This commit is contained in:
parent
886f8680d9
commit
6547874924
2
bot.go
2
bot.go
@ -285,7 +285,7 @@ func botMsgLoad(m *tb.Message) {
|
|||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
|
||||||
x, err := json.Marshal(m.ReplyTo)
|
x, err := json.Marshal(m)
|
||||||
logOnError(err, "botMsgLoad : Marshal")
|
logOnError(err, "botMsgLoad : Marshal")
|
||||||
|
|
||||||
log.Printf("URL : %s\n", b.URL)
|
log.Printf("URL : %s\n", b.URL)
|
||||||
|
Loading…
Reference in New Issue
Block a user