Added bot owner, commands, locations and locale

This commit is contained in:
Profitroll 2023-05-26 16:31:33 +02:00
parent 760d14e8e8
commit cfff6b2b25

View File

@ -1,12 +1,26 @@
{
"locale": "en",
"bot": {
"owner": 0,
"api_id": 0,
"api_hash": "",
"bot_token": "",
"workers": 1
"workers": 1,
"scoped_commands": true
},
"disabled_plugins": [],
"reports": {
"chat_id": 0
},
"locations": {
"locale": "locale"
},
"disabled_plugins": [],
"commands": {
"start": {
"scope": {
"name": "BotCommandScopeChat",
"chat_id": 0
}
}
}
}