diff --git a/bot.go b/bot.go index fec55b4..ff07920 100644 --- a/bot.go +++ b/bot.go @@ -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 }