This commit is contained in:
shoopea 2019-06-09 17:09:59 +08:00
parent 44d9e38644
commit 95bf83c97c

1
bot.go
View File

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