Added bot owner, commands, locations and locale
This commit is contained in:
parent
760d14e8e8
commit
cfff6b2b25
@ -1,12 +1,26 @@
|
|||||||
{
|
{
|
||||||
|
"locale": "en",
|
||||||
"bot": {
|
"bot": {
|
||||||
|
"owner": 0,
|
||||||
"api_id": 0,
|
"api_id": 0,
|
||||||
"api_hash": "",
|
"api_hash": "",
|
||||||
"bot_token": "",
|
"bot_token": "",
|
||||||
"workers": 1
|
"workers": 1,
|
||||||
|
"scoped_commands": true
|
||||||
|
},
|
||||||
|
"reports": {
|
||||||
|
"chat_id": 0
|
||||||
|
},
|
||||||
|
"locations": {
|
||||||
|
"locale": "locale"
|
||||||
},
|
},
|
||||||
"disabled_plugins": [],
|
"disabled_plugins": [],
|
||||||
"reports": {
|
"commands": {
|
||||||
|
"start": {
|
||||||
|
"scope": {
|
||||||
|
"name": "BotCommandScopeChat",
|
||||||
"chat_id": 0
|
"chat_id": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user