diff --git a/matrix.go b/matrix.go index 885f1e7..e3ec386 100644 --- a/matrix.go +++ b/matrix.go @@ -88,7 +88,7 @@ func initMatrix() { } } if !found_command { - client.SendText(ctx, evt.RoomID, Circles["red"]+" Command not found") + client.SendText(ctx, evt.RoomID, Circles["red"]+"Command not found") } break }