This commit is contained in:
cdle
2021-10-07 14:48:58 +08:00
parent 5bb20d290d
commit 5151da8607
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -116,7 +116,6 @@ func init() {
// b.Send(m.Chat, m.Caption+" "+m.AlbumID)
// b.Download()
m.Text = fmt.Sprintf(`[TG:image,file=%s]`, filename) + m.Caption
core.NotifyMasters(m.Text)
Handler(m)
// b.Forward(m.Chat, m)
})