This commit is contained in:
2026-04-03 19:07:24 -06:00
parent 687297e3e9
commit 1583f46948

View File

@@ -36,7 +36,7 @@
(defn say-word [word]
(->> (format "%s: %s" word (or (lookup-word word)
"«no entry found ☹»"))
"no entry found }:("))
(take 128)
(apply str)
(format "say \"%s\"")