Jelajahi Sumber

Weather aliases

Innocenty Enikeew 10 tahun lalu
induk
melakukan
9cf35754c4
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      chatikbot.lisp

+ 2 - 0
chatikbot.lisp

@@ -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)))