TelegramBot/config_example.json

22 lines
440 B
JSON

{
"locale": "en",
"bot": {
"owner": 0,
"api_id": 0,
"api_hash": "",
"bot_token": "",
"max_concurrent_transmissions": 1,
"scoped_commands": true
},
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "garbagebot"
},
"reports": {
"chat_id": "owner"
},
"disabled_plugins": []
}