From c70ffd095a6de5cd5b872796a0d82a8c5afc1511 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jul 2024 17:22:25 +0300 Subject: Initial commit --- config.default.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.default.json (limited to 'config.default.json') diff --git a/config.default.json b/config.default.json new file mode 100644 index 0000000..51cdda6 --- /dev/null +++ b/config.default.json @@ -0,0 +1,7 @@ +{ + "_": "Copy this file to `config.json` and modify it there", + + "bot_token": "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi", + "dev_group": -1001234567890, + "owner": 12345678 +} -- cgit v1.2.3