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] (defn say-word [word]
(->> (format "%s: %s" word (or (lookup-word word) (->> (format "%s: %s" word (or (lookup-word word)
"«no entry found ☹»")) "no entry found }:("))
(take 128) (take 128)
(apply str) (apply str)
(format "say \"%s\"") (format "say \"%s\"")