summaryrefslogtreecommitdiff
path: root/dnd.asd
diff options
context:
space:
mode:
authorGrant Shangreaux <shoshin@cicadas.surf>2023-01-24 22:02:17 -0600
committerGrant Shangreaux <shoshin@cicadas.surf>2023-01-24 22:02:17 -0600
commitffa213f6f825479df7b544f23d1240dd1c86f10f (patch)
treeed62fb361048774e252c7a1f80c1da325bc8a7de /dnd.asd
parent01c9197114270d153308226a1588de78ed05ee29 (diff)
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.
Diffstat (limited to 'dnd.asd')
-rw-r--r--dnd.asd3
1 files changed, 2 insertions, 1 deletions
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")