Mehr Lametta
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
This commit is contained in:
parent
79b4435120
commit
62e158ad4e
|
@ -149,7 +149,7 @@ func (s Server) orderPlaced(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
message := event.MessageEventContent{
|
message := event.MessageEventContent{
|
||||||
MsgType: event.MsgText,
|
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)
|
s.matrix.Broadcast(&message)
|
||||||
|
|
Loading…
Reference in New Issue