From 6e2ce2e988c0f46950515488c790e97f430fbf33 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 16 Aug 2025 15:21:49 +0300 Subject: Make bot name configurable --- config.default.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config.default.json') 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 @@ { "_": "Copy this file to `config.json` and modify it there", + "bot_name": "Ukko's Bot", "bot_token": "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi", "db_path": "./data.db", "dev_group": -1001234567890, -- cgit v1.2.3