From 95bf83c97c56ec40b2e413dfe09e8e5bdc535c3a Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 17:09:59 +0800 Subject: [PATCH] test --- bot.go | 1 + 1 file changed, 1 insertion(+) 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,