(asdf:defsystem #:cl-telegram-bot :description "Telegram Bot API" :author "Rei " :license "MIT" :depends-on (#:cl-json #:drakma #:alexandria :closer-mop) :serial t :components ((:file "package") (:file "cl-telegram-bot") (:file "API")))