summaryrefslogtreecommitdiff
path: root/src/config.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.lisp')
-rw-r--r--src/config.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.lisp b/src/config.lisp
index 7d841a2..1a139c1 100644
--- a/src/config.lisp
+++ b/src/config.lisp
@@ -20,7 +20,7 @@
20(in-package :ukkoclot/src/config) 20(in-package :ukkoclot/src/config)
21 21
22(defstruct config 22(defstruct config
23 (lock (make-rw-lock :name "config's lock") :type rw-lock) 23 (lock (make-rw-lock :name "config's lock") :type rw-lock :read-only t)
24 (bot-name "Ukko's Clot" :type string) 24 (bot-name "Ukko's Clot" :type string)
25 (bot-token "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi" :type string) 25 (bot-token "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi" :type string)
26 (db-path #P"./data.db" :type (or pathname string)) 26 (db-path #P"./data.db" :type (or pathname string))