Added bot owner, commands, locations and locale
This commit is contained in:
parent
760d14e8e8
commit
cfff6b2b25
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user