EmojiCaptchaBot/config_example.json
2023-08-10 13:05:40 +02:00

109 lines
1.8 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"
},
"timeouts": {
"join": 2,
"verify": 3
},
"whitelist": {
"enabled": false,
"groups": []
},
"disabled_plugins": [],
"emojis": [
"🐻",
"🐔",
"☁️",
"🔮",
"🌀",
"🌚",
"💎",
"🐶",
"🍩",
"🌏",
"🐸",
"🌕",
"🐵",
"🌙",
"🐧",
"🍎",
"😀",
"🐍",
"❄️",
"🐚",
"🐢",
"🌝",
"🍺",
"🍔",
"🍒",
"🍫",
"💣",
"🍟",
"🍑",
"🍷",
"🍧",
"🍕",
"🍵",
"🐋",
"🐱",
"💄",
"👠",
"💰",
"💸",
"🎹",
"📦",
"📍",
"🐊",
"🦕",
"💋",
"🦎",
"🦈",
"🦷",
"🦖",
"🐠",
"🐟",
"💀",
"🎃",
"👮",
"⛑️",
"🪢",
"🧶",
"🧵",
"🪡",
"🥼",
"🥻",
"🎩",
"👑",
"🎒",
"🙊",
"🐗",
"🦋",
"🦐",
"🐀",
"🎻",
"🦔",
"🦦",
"🦫",
"🦡",
"🐇"
],
"commands": {}
}