This commit is contained in:
shoopea 2019-05-31 23:06:31 +08:00
parent 9fe6e33e12
commit 6feb809c7e

2
bot.go
View File

@ -47,7 +47,7 @@ func botPhoto(m *tb.Message) {
}
func botDocument(m *tb.Message) {
fmt.Printf("botDocument : %s (%d bytes)", m.Document.FileName, m.Document.File.FileSize)
fmt.Printf("botDocument : %s (%d bytes)\n", m.Document.FileName, m.Document.File.FileSize)
// documents only
}