@ -99,7 +99,7 @@ func botQuery(q *tb.Query) {
func botText(m *tb.Message) {
fmt.Println("botText :", m.Text)
PrintText(m)
b, _ := json.Marshal(p)
b, _ := json.Marshal(m)
log.Printf("botText : %s\n", string(b))
/*
The note is not visible to the blocked user.