update
This commit is contained in:
@@ -69,6 +69,7 @@ func init() {
|
||||
f, err := os.Open(path)
|
||||
if err == nil {
|
||||
defer f.Close()
|
||||
b.Send(ct, path)
|
||||
b.SendAlbum(ct, tb.Album{&tb.Photo{File: tb.FromReader(f)}})
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user