diff --git a/bot.go b/bot.go index 501425d..7d3be92 100644 --- a/bot.go +++ b/bot.go @@ -264,6 +264,7 @@ func botMsgLoad(m *tb.Message) { if !m.Private() { return } + log.Printf("Message Load\n") if m.ReplyTo != nil { c := TGCommand{ Type: commandReplyMsg,