diff --git a/mods/unsplash.go b/mods/unsplash.go index 6326699..1fa4a13 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -140,7 +140,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) { } texts = append(texts, author) - height := bottom - top + height := bottom - top + 20 margin := float64(height / 50) txtheight := (height + margin) * float64(len(texts))