|
|
@@ -61,6 +61,8 @@
|
|
|
(:postakb (handle-cmd-post-akb chat-id id args))
|
|
|
(:akb (handle-cmd-akb chat-id id args))
|
|
|
(:weather (handle-cmd-weather chat-id id args))
|
|
|
+ (:hourly (handle-cmd-weather chat-id id '("hourly")))
|
|
|
+ (:daily (handle-cmd-weather chat-id id '("daily")))
|
|
|
(:help (handle-cmd-help chat-id id args))
|
|
|
(otherwise (send-dont-understand chat-id text))))
|
|
|
(send-dont-understand chat-id text)))
|