|
@@ -164,7 +164,7 @@
|
|
|
(log:info "handle-cmd-rates" chat-id message-id args)
|
|
(log:info "handle-cmd-rates" chat-id message-id args)
|
|
|
(let ((rates (get-rates)))
|
|
(let ((rates (get-rates)))
|
|
|
(telegram-send-message chat-id
|
|
(telegram-send-message chat-id
|
|
|
- (format nil "Зеленый ~A, гейро ~A" (cdar rates) (cdadr rates)))))
|
|
|
|
|
|
|
+ (format nil "Зеленый ~A, гейро ~A, британец ~A" (cdar rates) (cdadr rates) (cdaddr rates)))))
|
|
|
|
|
|
|
|
(defun handle-cmd-weather (chat-id message-id args)
|
|
(defun handle-cmd-weather (chat-id message-id args)
|
|
|
(log:info "handle-cmd-weather" chat-id message-id args)
|
|
(log:info "handle-cmd-weather" chat-id message-id args)
|