diff --git a/mods/unsplash.go b/mods/unsplash.go index 5d3ccb5..4a7720c 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -175,6 +175,6 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) { broker.SendTextMessage(update.Chat, "ERRORE! @hamcha controlla la console!", &update.MessageID) return } - broker.SendPhoto(update.Chat, buf.Bytes(), "quote.jpg", nil, &update.MessageID) + broker.SendPhoto(update.Chat, buf.Bytes(), "quote.jpg", "", &update.MessageID) } }