This commit closes #11
This commit is contained in:
@@ -19,9 +19,14 @@
|
||||
"port": 27017,
|
||||
"name": "captchabot"
|
||||
},
|
||||
"timeouts": {
|
||||
"join": 2,
|
||||
"verify": 3
|
||||
"defaults": {
|
||||
"group": {
|
||||
"locale": null,
|
||||
"locale_auto": true,
|
||||
"ban_failed": true,
|
||||
"timeout_join": 180,
|
||||
"timeout_verify": 300
|
||||
}
|
||||
},
|
||||
"whitelist": {
|
||||
"enabled": false,
|
||||
@@ -113,6 +118,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ban_failed": {
|
||||
"scopes": [
|
||||
{
|
||||
"name": "BotCommandScopeAllChatAdministrators"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": {
|
||||
"scopes": [
|
||||
{
|
||||
@@ -126,6 +138,20 @@
|
||||
"name": "BotCommandScopeAllChatAdministrators"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timeout_join": {
|
||||
"scopes": [
|
||||
{
|
||||
"name": "BotCommandScopeAllChatAdministrators"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timeout_verify": {
|
||||
"scopes": [
|
||||
{
|
||||
"name": "BotCommandScopeAllChatAdministrators"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user