EmojiCaptchaBot/config_example.json

157 lines
3.0 KiB
JSON

{
"locale": "en",
"bot": {
"owner": 0,
"api_id": 0,
"api_hash": "",
"bot_token": "",
"workers": 1,
"max_concurrent_transmissions": 1,
"scoped_commands": true
},
"reports": {
"chat_id": "owner"
},
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "captchabot"
},
"defaults": {
"group": {
"locale": null,
"locale_auto": true,
"ban_failed": true,
"timeout_join": 180,
"timeout_verify": 300
}
},
"whitelist": {
"enabled": false,
"groups": []
},
"disabled_plugins": [],
"emojis": [
"☁️",
"⛑️",
"❄️",
"🌀",
"🌏",
"🌕",
"🌙",
"🌚",
"🌝",
"🍎",
"🍑",
"🍒",
"🍔",
"🍕",
"🍟",
"🍧",
"🍩",
"🍫",
"🍵",
"🍷",
"🍺",
"🎃",
"🎒",
"🎩",
"🎹",
"🎻",
"🐀",
"🐇",
"🐊",
"🐋",
"🐍",
"🐔",
"🐗",
"🐚",
"🐟",
"🐠",
"🐢",
"🐧",
"🐱",
"🐵",
"🐶",
"🐸",
"🐻",
"👑",
"👠",
"👮",
"💀",
"💄",
"💋",
"💎",
"💣",
"💰",
"💸",
"📍",
"📦",
"🔮",
"🥻",
"🥼",
"🦈",
"🦋",
"🦎",
"🦐",
"🦔",
"🦕",
"🦖",
"🦡",
"🦦",
"🦫",
"🦷",
"🧵",
"🧶",
"🪡",
"🪢",
"😀",
"🙊"
],
"commands": {
"help": {
"scopes": [
{
"name": "BotCommandScopeDefault"
}
]
},
"ban_failed": {
"scopes": [
{
"name": "BotCommandScopeAllChatAdministrators"
}
]
},
"language": {
"scopes": [
{
"name": "BotCommandScopeAllChatAdministrators"
}
]
},
"language_auto": {
"scopes": [
{
"name": "BotCommandScopeAllChatAdministrators"
}
]
},
"timeout_join": {
"scopes": [
{
"name": "BotCommandScopeAllChatAdministrators"
}
]
},
"timeout_verify": {
"scopes": [
{
"name": "BotCommandScopeAllChatAdministrators"
}
]
}
}
}