This commit closes #11

This commit is contained in:
2023-08-14 11:56:59 +02:00
parent 8a3012b9be
commit 7a587ececa
2 changed files with 37 additions and 6 deletions

View File

@@ -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"
}
]
}
}
}