Mehr Lametta
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Luca 2022-07-25 02:27:05 +02:00
parent 79b4435120
commit 62e158ad4e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ func (s Server) orderPlaced(w http.ResponseWriter, r *http.Request) {
message := event.MessageEventContent{
MsgType: event.MsgText,
Body: fmt.Sprint("Es ", verb, free, conjunction, paid, noun, total, "bestellt."),
Body: fmt.Sprint("\U0001f389 Es ", verb, free, conjunction, paid, noun, total, "bestellt."),
}
s.matrix.Broadcast(&message)