From ffa213f6f825479df7b544f23d1240dd1c86f10f Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Tue, 24 Jan 2023 22:02:17 -0600 Subject: Add: doorkeeper :message param to pass info to user Basic handling for when a hero name is entered but does not exist in the store. The /tavern-door endpoint will parse a NAME query param and the doorkeeper says they've never heard of them. --- dnd.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dnd.asd') diff --git a/dnd.asd b/dnd.asd index d192838..bd4c74b 100644 --- a/dnd.asd +++ b/dnd.asd @@ -17,7 +17,8 @@ #:parenscript #:derrida #:ironclad - #:jonathan) + #:jonathan + #:quri) :components ((:file "package") (:file "utilities") (:file "init") -- cgit v1.2.3