diff --git a/src/wiktionary_tf2/main.clj b/src/wiktionary_tf2/main.clj index 3d5411e..431ba99 100644 --- a/src/wiktionary_tf2/main.clj +++ b/src/wiktionary_tf2/main.clj @@ -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\"")