This commit is contained in:
cdle
2021-10-07 09:08:09 +08:00
parent fcf1bb07a5
commit 14c55b51df
+1 -1
View File
@@ -115,7 +115,7 @@ func init() {
// m.Photo.FileReader.
// core.NotifyMasters(fmt.Sprintf(`[CQ:image,url=%s]`, m.Photo.FileURL) + m.Caption)
// Handler(m)
b.Forward(m.Chat, m)
// b.Forward(m.Chat, m)
})
b.Handle(tb.OnText, Handler)
logs.Info("监听telegram机器人")