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

12 lines
186 B
JSON
Raw Normal View History

2023-04-01 15:25:41 +03:00
{
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": "",
"workers": 1
},
"disabled_plugins": [],
"reports": {
"chat_id": 0
}
}