summaryrefslogtreecommitdiff
path: root/config.default.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-18 10:47:50 +0300
committerGravatar Uko Kokņevičs2025-10-18 10:47:50 +0300
commit6249e0a8c5254e45cf79e3e53824e63e54e18233 (patch)
treea1e2a19541d20e83396fdfc0a500c112de4e610b /config.default.lisp
parentRemove unused functions from hash-tables (diff)
downloadukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.tar.gz
ukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.tar.xz
ukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.zip
Make config be a global special variable
Diffstat (limited to 'config.default.lisp')
-rw-r--r--config.default.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.lisp b/config.default.lisp
index 0f1dbb7..2cc6c86 100644
--- a/config.default.lisp
+++ b/config.default.lisp
@@ -2,6 +2,6 @@
2;; Copy this file to config.lisp and modify it there 2;; Copy this file to config.lisp and modify it there
3(:bot-name "Ukko's Clot" 3(:bot-name "Ukko's Clot"
4 :bot-token "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi" 4 :bot-token "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi"
5 :db-path "./data.db" 5 :db-path #P"./data.db"
6 :dev-group -1001234567890 6 :dev-group -1001234567890
7 :owner 12345678) 7 :owner 12345678)