e
This commit is contained in:
@@ -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\"")
|
||||||
|
|||||||
Reference in New Issue
Block a user