/unsplash

This commit is contained in:
Hamcha 2016-06-20 17:58:43 +02:00
parent 05a83c297c
commit e8996e0378

View file

@ -52,7 +52,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) {
text = *(update.ReplyTo.Text) text = *(update.ReplyTo.Text)
user = update.ReplyTo.User user = update.ReplyTo.User
} else { } else {
text = strings.Replace(*(update.Text), "/unsplash ", "", 1) text = strings.TrimSpace(strings.Replace(*(update.Text), "/unsplash", "", 1))
} }
author := user.FirstName author := user.FirstName