Initial commit
This commit is contained in:
109
config_example.json
Normal file
109
config_example.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user