diff options
Diffstat (limited to 'config.default.lisp')
| -rw-r--r-- | config.default.lisp | 2 |
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) |