diff options
Diffstat (limited to 'config.default.lisp')
| -rw-r--r-- | config.default.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.default.lisp b/config.default.lisp new file mode 100644 index 0000000..39b80c8 --- /dev/null +++ b/config.default.lisp | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | ;; Copy this file to config.lisp and modify it there | ||
| 2 | (:bot-name "Ukko's Clot" | ||
| 3 | :bot-token "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi" | ||
| 4 | :db-path "./data.db" | ||
| 5 | :dev-group -1001234567890 | ||
| 6 | :owner 12345678) | ||