Encrypto-27-AI-BOT / app.json
Encrypto27
Initial commit
1cbc8c7
{
"name": "Encrypto-MD",
"description": "A rich whatsapp bot by Dudas",
"logo": "https://i.ibb.co/zxgrymc/IMG-20250113-WA0336.jpg",
"keywords": ["encrypto-bot"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the your Encrypto session-id here.",
"required": true,
"value": ""
},
"ALIVE_IMG": {
"description": "paste your image url if you don't have you can use this public url.",
"required": false,
"value": "https://i.ibb.co/zxgrymc/IMG-20250113-WA0336.jpg"
},
"LIVE_MSG": {
"description": "paste your alive message hear.",
"required": false,
"value": "> [❄️] Encrypto-27 MD Is Online ⚑"
},
"PREFIX": {
"description": "paste your bot prefix note! Don't apply null prefix.",
"required": false,
"value": "."
},
"MODE": {
"description": "select your bot work type public-private-inbox-group.",
"required": false,
"value": "public"
},
"ALWAYS_ONLINE": {
"description": "Make it true if want always online.",
"required": false,
"value": "false"
},
"AUTO_VOICE": {
"description": "Make it true if want automatic voice reply .",
"required": false,
"value": "false"
},
"AUTO_REPLY": {
"description": "Make it true if you want automatic reply.",
"required": false,
"value": "true"
},
"AUTO_STICKER": {
"description": "Make it true if you want automatic sticker.",
"required": false,
"value": "false"
},
"AUTO_STATUS_SEEN": {
"description": "Make it true for automatic status seen.",
"required": true,
"value": "true"
},
"AUTO_STATUS_REPLY": {
"description": "Make it true for auto reply msg on status seen.",
"required": true,
"value": "true"
},
"AUTO_STATUS_MSG": {
"description": "Type custom message on status reply",
"required": true,
"value": "*Encrypto VIEWED YOUR STATUS 🧸*"
},
"OWNER_NAME": {
"description": "Type Bot Owner Name.",
"required": false,
"value": "Dudas"
},
"OWNER_NUMBER": {
"description": "put the owner number for bot.",
"required": false,
"value": "27679291800"
},
"BOT_NAME": {
"description": "Type here the bot name.",
"required": false,
"value": "γ€Ž Encrypto27 - AI 』"
},
"ANTI_LINK": {
"description": "Make it true if you want bot auto remove group link.",
"required": true,
"value": "true"
},
"ANTI_BAD": {
"description": "Make it true if you want bot auto delete bad words.",
"required": false,
"value": "false"
},
"DESCRIPTION": {
"description": "add caption for menu and other",
"required": false,
"value": "*Encrypto-27 AI Technologies*"
},
"DELETE_LINKS": {
"description": "remove links from group automatically without removing member",
"required": false,
"value": "true"
},
"AUTO_RECORDING": {
"description": "Make it true if you want auto recoding.",
"required": false,
"value": "false"
},
"AUTO_TYPING": {
"description": "Make it true if you want auto typing.",
"required": false,
"value": "false"
},
"AUTO_REACT": {
"description": "Make it true if you want react on every message.",
"required": false,
"value": "false"
},
"CUSTOM_REACT": {
"description": "Make it true if you want custom reactions.",
"required": false,
"value": "false"
},
"CUSTOM_REACT_EMOJIS": {
"description": "put here custom react react emojis.",
"required": false,
"value": "πŸ’,πŸ’–,πŸ’—,β€οΈβ€πŸ©Ή,❀️,🧑,πŸ’›,πŸ’š,πŸ’™,πŸ’œ,🀎,πŸ–€,🀍"
},
"READ_CMD": {
"description": "make it true if want mark commands as read.",
"required": false,
"value": "true"
},
"READ_MESSAGE": {
"description": "Make it true if you want bot read your all sms just now.",
"required": false,
"value": "false"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}