This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PyrogramBotBase/config_example.json

23 lines
459 B
JSON
Raw Normal View History

2023-04-01 15:25:41 +03:00
{
"locale": "en",
2023-04-01 15:25:41 +03:00
"bot": {
"owner": 0,
2023-04-01 15:25:41 +03:00
"api_id": 0,
"api_hash": "",
"bot_token": "",
"workers": 1,
2023-06-21 14:50:38 +03:00
"max_concurrent_transmissions": 1,
"scoped_commands": true
2023-04-01 15:25:41 +03:00
},
2023-08-03 22:29:47 +03:00
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "pyrobot"
},
2023-04-01 15:25:41 +03:00
"reports": {
"chat_id": "owner"
},
2023-08-18 21:43:09 +03:00
"disabled_plugins": []
2023-04-01 15:25:41 +03:00
}