Skip to content

Commit

Permalink
Fix weather air docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Feb 8, 2024
1 parent efca046 commit cb6caa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yetibot/commands/weather.clj
Expand Up @@ -128,7 +128,7 @@
:result/data result}))))

(defn air-cmd
"air <location> # look up current air conditions for <location> by name or postal code, optional country code"
"weather air <location> # look up current air conditions for <location> by name or postal code, optional country code"
{:yb/cat #{:info}}
[{[_ loc] :match}]
(let [result (air loc)]
Expand Down

0 comments on commit cb6caa0

Please sign in to comment.