Fixing issue with define-constant throwing error

This commit is contained in:
sudodoki 2017-11-18 10:52:37 +02:00
parent 2d337a7d36
commit 735cca13bf
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
:description "Telegram Bot API" :description "Telegram Bot API"
:author "Rei <https://github.com/sovietspaceship>" :author "Rei <https://github.com/sovietspaceship>"
:license "MIT" :license "MIT"
:depends-on (#:cl-json #:drakma) :depends-on (#:cl-json #:drakma #:alexandria)
:serial t :serial t
:components ((:file "package") :components ((:file "package")
(:file "cl-telegram-bot"))) (:file "cl-telegram-bot")))

View file

@ -24,7 +24,7 @@
(in-package :cl-telegram-bot) (in-package :cl-telegram-bot)
(define-constant +http-ok+ 200 :test #'=) (alexandria:define-constant +http-ok+ 200 :test #'=)
(defclass bot () (defclass bot ()
((id ((id