summaryrefslogtreecommitdiff
path: root/config.default.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-16 15:21:49 +0300
committerGravatar Uko Kokņevičs2025-08-16 15:21:49 +0300
commit6e2ce2e988c0f46950515488c790e97f430fbf33 (patch)
treeebe8fe062ff914d15e8ac342566868d8207b2ceb /config.default.json
parentFix ChatBoostSource (diff)
downloadukkobot-main.tar.gz
ukkobot-main.tar.xz
ukkobot-main.zip
Make bot name configurableHEADmain
Diffstat (limited to '')
-rw-r--r--config.default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.json b/config.default.json
index c17bf09..56840c1 100644
--- a/config.default.json
+++ b/config.default.json
@@ -1,6 +1,7 @@
1{ 1{
2 "_": "Copy this file to `config.json` and modify it there", 2 "_": "Copy this file to `config.json` and modify it there",
3 3
4 "bot_name": "Ukko's Bot",
4 "bot_token": "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi", 5 "bot_token": "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi",
5 "db_path": "./data.db", 6 "db_path": "./data.db",
6 "dev_group": -1001234567890, 7 "dev_group": -1001234567890,