Cloner / app.json
𝗗𝗔𝗥𝗥𝗘𝗟𝗟 𝗠𝗨𝗖𝗛𝗘𝗥𝗜 ⚡
Update app.json
387c51b unverified
raw
history blame
3 kB
{
"name": "❄️ SUBZERO MD ❄️",
"description": "ICY COLD W.A BOT BY MR FRANJ",
"logo": "https://i.postimg.cc/m2jtqrBC/Screenshot-20241216-090753-Video-Maker.jpg",
"keywords": ["bot"],
"success_url": "https://github.com/mrfrank-ofc/SUBZERO-MD",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the 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": true,
"value": "https://i.postimg.cc/m2jtqrBC/Screenshot-20241216-090753-Video-Maker.jpg"
},
"ALIVE_MSG": {
"description": "paste your alive message hear.",
"required": true,
"value": "sᴜʙᴢᴇʀᴏ ᴍᴅ ɪs ᴀʟɪᴠᴇ ♻🔗\n\n© ᴍᴀᴅᴇ ʙʏ ᴍʀ ғʀᴀɴ ᴏғᴄ"
},
"PREFIX": {
"description": "paste your bot prefix note! Don't apply null prefix.",
"required": true,
"value": "."
},
"MODE": {
"description": "select your bot work type public-private-inbox-group.",
"required": true,
"value": "public"
},
"AUTO_VOICE": {
"description": "Make it true if you want bot auto voice.",
"required": true,
"value": "false"
},
"AUTO_REPLY": {
"description": "Make it true if you want bot auto reply.",
"required": true,
"value": "false"
},
"AUTO_STICKER": {
"description": "Make it true if you want bot auto sticker.",
"required": true,
"value": "false"
},
"AUTO_READ_STATUS": {
"description": "Make it true if you want bot auto auto_read_status.",
"required": true,
"value": "true"
},
"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 from group example xxx porn etc.",
"required": true,
"value": "true"
},
"FAKE_RECORDING": {
"description": "Make it true if you want bot fake record.",
"required": true,
"value": "false"
},
"AUTO_REACT": {
"description": "Make it true if you want bot AutoReact.",
"required": false,
"value": "false"
},
"OWNER_REACT": {
"description": "Make it true if you want bot OwnerReact.",
"required": false,
"value": "false"
},
"BOT_NAME": {
"description": "write hear your name.",
"required": true,
"value": "『 SUBZERO - MD』"
},
"HEART_REACT": {
"description": "Make it true if you want bot only heart ♥️ emjois reaction .",
"required": true,
"value": "false"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}